From 925d0670c45e1100e412070fa0ce2405604f219a Mon Sep 17 00:00:00 2001 From: Attila Veghelyi Date: Thu, 29 Jun 2023 16:24:54 +0200 Subject: Init repo --- common.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 common.h (limited to 'common.h') 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 -- cgit v1.2.3-54-g00ecf