auto load and dependency fix

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-06-25 07:47:23 +02:00
parent 00cfecf13a
commit ab14765750
5 changed files with 6 additions and 2 deletions

View File

@@ -9,6 +9,8 @@ PersistenceManager::PersistenceManager(std::string filename) : m_filename(std::m
{
SDL_Init(SDL_INIT_EVENTS);
}
Load();
}
PersistenceManager::~PersistenceManager()