Save Manager

This commit is contained in:
2022-12-17 23:18:06 -08:00
parent 813328c197
commit 1e7dcb815e
23 changed files with 574 additions and 15 deletions

View File

@ -15,7 +15,8 @@ DawnGame::DawnGame(DawnHost *host) :
host(host),
renderManager(this),
inputManager(this),
localeManager(this)
localeManager(this),
saveManager(this)
{
}