summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 8e9aad5..4de3f04 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -1,6 +1,10 @@
#include "game.hpp"
+#include "helpers.hpp"
+#include "components.hpp"
+#include "entities.hpp"
+#include "dynamic-array.hpp"
#include "imgui.h"
#include "vendor/glm_include.hpp"
#include "game-settings.hpp"