aboutsummaryrefslogtreecommitdiff
path: root/game/main.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-01-09 17:33:00 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2025-01-09 17:33:00 +0100
commit4a435b8fe98c5db1ecd95619997af10146135e85 (patch)
treea96fded339171e778cbcc254a5035ff4ffda7192 /game/main.cpp
parent8b32dbc33c434f84b4aab98819147c3b8416ff69 (diff)
improve player responsiveness
Diffstat (limited to 'game/main.cpp')
-rw-r--r--game/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/main.cpp b/game/main.cpp
index 14eec99..c9ad8c1 100644
--- a/game/main.cpp
+++ b/game/main.cpp
@@ -3,7 +3,7 @@
#include <crepe/api/Engine.h>
#include <crepe/api/Script.h>
-#include "Config.h"
+#include "EngineConfig.h"
#include "GameScene.h"
#include "PreviewScene.h"
#include "menus/mainmenu/MainMenuScene.h"