summaryrefslogtreecommitdiff
path: root/src/gamedef.h
diff options
context:
space:
mode:
authoraura <nw@moneybot.cc>2026-03-13 05:03:12 +0100
committeraura <nw@moneybot.cc>2026-03-13 05:03:12 +0100
commitd42d218a3685c030a7370d30f2de5495ea526d99 (patch)
treef2486a670fec9b2eb8a55fac1ba1c85dc8ca1dc5 /src/gamedef.h
parentae6718ec0fb21077b767e189aca26b0fed488775 (diff)
wip on props
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__