diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-10-10 15:17:48 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-10-10 16:19:45 -0400 |
| commit | 5bee70037463b3e921efd42ec9bbf4f31a5cf299 (patch) | |
| tree | 27b70c5cc56a077ed3d02cec5939950fb427d62b /src/game.hpp | |
| parent | 41fd38a7d7300f33319b36db2df917d0cc4e9000 (diff) | |
shuffle includes
Diffstat (limited to 'src/game.hpp')
| -rw-r--r-- | src/game.hpp | 10 |
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; |
