summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/common.h b/common.h
new file mode 100644
index 0000000..59ab489
--- /dev/null
+++ b/common.h
@@ -0,0 +1,5 @@
+#ifdef OPGUI
+ #include "common_opgui.h"
+#else
+ #include "common_op.h"
+#endif