diff options
| author | aura <nw@moneybot.cc> | 2026-03-13 05:03:12 +0100 |
|---|---|---|
| committer | aura <nw@moneybot.cc> | 2026-03-13 05:03:12 +0100 |
| commit | d42d218a3685c030a7370d30f2de5495ea526d99 (patch) | |
| tree | f2486a670fec9b2eb8a55fac1ba1c85dc8ca1dc5 /src/gamedef.h | |
| parent | ae6718ec0fb21077b767e189aca26b0fed488775 (diff) | |
wip on props
Diffstat (limited to 'src/gamedef.h')
| -rw-r--r-- | src/gamedef.h | 4 |
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__ |
