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

@ -12,6 +12,7 @@
#include "time/TimeManager.hpp"
#include "input/InputBinds.hpp"
#include "locale/LocaleManager.hpp"
#include "save/SaveManager.hpp"
#define DAWN_GAME_INIT_RESULT_SUCCESS 0
#define DAWN_GAME_UPDATE_RESULT_SUCCESS 0