mirror of https://github.com/AxioDL/metaforce.git
16 lines
249 B
C++
16 lines
249 B
C++
|
#include "CAutoSave.hpp"
|
||
|
#include "CSaveGameScreen.hpp"
|
||
|
#include "IMain.hpp"
|
||
|
|
||
|
namespace urde
|
||
|
{
|
||
|
namespace MP1
|
||
|
{
|
||
|
CAutoSave::CAutoSave()
|
||
|
: CIOWin("")
|
||
|
, x14_savegameScreen(new CSaveGameScreen(ESaveContext::InGame, g_GameState->GetCardSerial()))
|
||
|
{
|
||
|
}
|
||
|
}
|
||
|
}
|