summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
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"