NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
d_save_mng.hpp
1
#pragma once
2
#include <game/bases/d_mj2d_data.hpp>
3
4
class
dSaveMng_c
{
5
public
:
6
dMj2dGame_c
*getSaveGame(s8);
7
dMj2dGame_c
*getTempGame(s8);
8
bool
isNandBusy();
9
void
calcCRC();
10
void
startNandSave();
11
void
startNandLoad();
12
13
u8 mPad[0x20];
14
dMj2dHeader_c
mHeader;
15
16
static
dSaveMng_c
*m_instance;
17
};
dMj2dGame_c
Represents the slot-specific save data for the game.
Definition
d_mj2d_data.hpp:54
dMj2dHeader_c
Represents the header of the game's save file.
Definition
d_mj2d_data.hpp:10
dSaveMng_c
Definition
d_save_mng.hpp:4
include
game
bases
d_save_mng.hpp
Made with ❤️ by
CLF78
and
RootCubed
. Logos by
Chasical
and
B1
. Website generated by
Doxygen
1.13.2