From ea218cad0ee862964e12bb7f15d442acb7de6c43 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Wed, 30 Aug 2023 11:00:04 -0400 Subject: first pass add ecs --- src/game.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/game.hpp') diff --git a/src/game.hpp b/src/game.hpp index 4ab021b..fad551b 100644 --- a/src/game.hpp +++ b/src/game.hpp @@ -4,6 +4,8 @@ #include #include +#include "ecs.hpp" + using GameTimeDuration = std::chrono::duration; using GameTimePoint = std::chrono::steady_clock::time_point; #define NANO_DENOM std::chrono::nanoseconds::period::den @@ -21,4 +23,6 @@ struct GameSettings { extern GameSettings pkeSettings; +void GameTick(double delta); + #endif /* PKE_GAME_HPP */ -- cgit v1.2.3