summaryrefslogtreecommitdiff
path: root/src/game.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/game.h
parentae6718ec0fb21077b767e189aca26b0fed488775 (diff)
wip on props
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game.h b/src/game.h
index 862234b..a615e18 100644
--- a/src/game.h
+++ b/src/game.h
@@ -1,8 +1,7 @@
#pragma once
// disable new_delete_type_mismatch asan warning
-#define IS_EDITOR 1
-
+#include "gamedef.h"
#include "game/assets.h"
#include "render/gl.h"
#include "render/gl_2d.h"