summaryrefslogtreecommitdiff
path: root/src/gamedef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gamedef.h')
-rw-r--r--src/gamedef.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gamedef.h b/src/gamedef.h
new file mode 100644
index 0000000..05c1a18
--- /dev/null
+++ b/src/gamedef.h
@@ -0,0 +1,4 @@
+#pragma once
+
+#define IS_EDITOR 1
+#define VERSION "0.0.1dev"__DATE__