mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 14:31:20 +00:00
9 lines
257 B
C++
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
|