Adding basic language support unfinished

This commit is contained in:
2022-12-15 21:11:37 -08:00
parent 02b4e3f9aa
commit 36ad2fecca
23 changed files with 367 additions and 4 deletions

View File

@ -14,7 +14,8 @@ TextureAsset *assetTexture;
DawnGame::DawnGame(DawnHost *host) :
host(host),
renderManager(this),
inputManager(this)
inputManager(this),
languageManager(this)
{
}