summaryrefslogtreecommitdiffstats
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
new file mode 100644
index 0000000..3aef24b
--- /dev/null
+++ b/src/main.h
@@ -0,0 +1,8 @@
+#ifndef foomainhfoo
+#define foomainhfoo
+
+#include <oop.h>
+
+extern oop_source* event_source;
+
+#endif