mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-15 07:11:20 +00:00
13 lines
236 B
C++
13 lines
236 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()))
|
|
{
|
|
}
|
|
}
|