summaryrefslogtreecommitdiff
path: root/interfaces02.h
diff options
context:
space:
mode:
authorTim Redfern <tim@herge.(none)>2013-02-18 17:12:27 +0000
committerTim Redfern <tim@herge.(none)>2013-02-18 17:12:27 +0000
commitb5ac1eb4bc06e6ae3cd2a908270640bc5181257b (patch)
tree7e5a0501e08aaa6efc386227a4873033a2c997f2 /interfaces02.h
parent42a67a912a283f9012828660f07bc5743527317a (diff)
plugins loading and failing
Diffstat (limited to 'interfaces02.h')
-rw-r--r--interfaces02.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/interfaces02.h b/interfaces02.h
new file mode 100644
index 0000000..f0b8ef7
--- /dev/null
+++ b/interfaces02.h
@@ -0,0 +1,22 @@
+/*
+
+
+*/
+
+namespace rotor {
+ class base_object{
+ int ID;
+ };
+ class base_input: public abstract_object{
+
+ };
+ class base_output: public abstract_object{
+
+ };
+ class base_node: public abstract_object{
+
+ };
+ class patch_bay{ //the whole thing
+
+ };
+}