2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 00:27:42 +00:00

Cleaner SGameFileSlot save blob initializer

This commit is contained in:
Jack Andersen
2016-12-20 12:09:02 -10:00
parent 9639ac75cc
commit c92223301c
2 changed files with 8 additions and 4 deletions

View File

@@ -91,6 +91,7 @@ private:
u8 x0_saveBuffer[940] = {};
CGameState::GameFileStateInfo x944_fileInfo;
SGameFileSlot();
SGameFileSlot(CMemoryInStream& in);
void InitializeFromGameState();
};