InputManager finish

This commit is contained in:
2022-10-25 20:55:05 -07:00
parent 1f78d4f95e
commit d848fdb096
11 changed files with 254 additions and 3 deletions

View File

@ -8,6 +8,7 @@
#include "scene/Scene.hpp"
#include "display/RenderManager.hpp"
#include "asset/AssetManager.hpp"
#include "input/InputManager.hpp"
#define DAWN_GAME_INIT_RESULT_SUCCESS 0
#define DAWN_GAME_UPDATE_RESULT_SUCCESS 0
@ -22,6 +23,7 @@ namespace Dawn {
DawnHost &host;
RenderManager renderManager;
AssetManager assetManager;
InputManager inputManager;
/**
* Construct a new instance of the DawnGame.