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)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user