summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorAttila Veghelyi <aveghelyi@dension.com>2023-06-29 16:24:54 +0200
committerAttila Veghelyi <aveghelyi@dension.com>2023-06-29 16:24:54 +0200
commit925d0670c45e1100e412070fa0ce2405604f219a (patch)
tree9bb4412d148bc80751b7a02023cd3e0167f588e7 /common.h
downloadOpenProgrammer-925d0670c45e1100e412070fa0ce2405604f219a.tar.gz
OpenProgrammer-925d0670c45e1100e412070fa0ce2405604f219a.zip
Init repo
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