From 5bee70037463b3e921efd42ec9bbf4f31a5cf299 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Tue, 10 Oct 2023 15:17:48 -0400 Subject: shuffle includes --- src/game.hpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/game.hpp') 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 -#include -#include - -#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; using GameTimePoint = std::chrono::steady_clock::time_point; -- cgit v1.2.3