Working on time and input

This commit is contained in:
2022-10-27 23:38:04 -07:00
parent a7049ffc31
commit 9b83426077
16 changed files with 196 additions and 18 deletions

View File

@ -9,6 +9,8 @@
#include "display/RenderManager.hpp"
#include "asset/AssetManager.hpp"
#include "input/InputManager.hpp"
#include "time/TimeManager.hpp"
#include "input/InputBinds.hpp"
#define DAWN_GAME_INIT_RESULT_SUCCESS 0
#define DAWN_GAME_UPDATE_RESULT_SUCCESS 0
@ -24,6 +26,7 @@ namespace Dawn {
RenderManager renderManager;
AssetManager assetManager;
InputManager inputManager;
TimeManager timeManager;
/**
* Construct a new instance of the DawnGame.