Adding basic language support unfinished
This commit is contained in:
@ -14,7 +14,8 @@ TextureAsset *assetTexture;
|
||||
DawnGame::DawnGame(DawnHost *host) :
|
||||
host(host),
|
||||
renderManager(this),
|
||||
inputManager(this)
|
||||
inputManager(this),
|
||||
languageManager(this)
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -15,6 +15,7 @@ namespace Dawn {
|
||||
AssetManager assetManager;
|
||||
InputManager inputManager;
|
||||
TimeManager timeManager;
|
||||
LanguageManager languageManager;
|
||||
|
||||
DawnGame(DawnHost *host);
|
||||
int32_t init() override;
|
||||
|
Reference in New Issue
Block a user