summaryrefslogtreecommitdiff
path: root/src/game.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.hpp')
-rw-r--r--src/game.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/game.hpp b/src/game.hpp
index 17662e8..05f22e5 100644
--- a/src/game.hpp
+++ b/src/game.hpp
@@ -2,16 +2,6 @@
#define PKE_GAME_HPP
#include <chrono>
-#include <cstdint>
-#include <fstream>
-
-#include "asset-manager.hpp"
-#include "ecs.hpp"
-#include "entities.hpp"
-#include "event.hpp"
-#include "helpers.hpp"
-#include "memory.hpp"
-#include "window.hpp"
using GameTimeDuration = std::chrono::duration<int64_t, std::nano>;
using GameTimePoint = std::chrono::steady_clock::time_point;