mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:47:43 +00:00
New code style refactor
This commit is contained in:
@@ -2,11 +2,7 @@
|
||||
#include "CSaveGameScreen.hpp"
|
||||
#include "IMain.hpp"
|
||||
|
||||
namespace urde::MP1
|
||||
{
|
||||
namespace urde::MP1 {
|
||||
CAutoSave::CAutoSave()
|
||||
: CIOWin("")
|
||||
, x14_savegameScreen(new CSaveGameScreen(ESaveContext::InGame, g_GameState->GetCardSerial()))
|
||||
{
|
||||
}
|
||||
}
|
||||
: CIOWin(""), x14_savegameScreen(new CSaveGameScreen(ESaveContext::InGame, g_GameState->GetCardSerial())) {}
|
||||
} // namespace urde::MP1
|
||||
|
||||
Reference in New Issue
Block a user