InputManager finish
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user