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
4class dSaveMng_c {
5public:
6 dMj2dGame_c *getSaveGame(s8);
7
8 static dSaveMng_c *m_instance;
9};
Represents the slot-specific save data for the game.