2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 17:11:22 +00:00
metaforce/Runtime/MP1/CAutoSave.cpp
2018-12-07 19:30:43 -10:00

9 lines
257 B
C++

#include "CAutoSave.hpp"
#include "CSaveGameScreen.hpp"
#include "IMain.hpp"
namespace urde::MP1 {
CAutoSave::CAutoSave()
: CIOWin(""), x14_savegameScreen(new CSaveGameScreen(ESaveContext::InGame, g_GameState->GetCardSerial())) {}
} // namespace urde::MP1