NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
d_nand_thread.hpp
1#pragma once
2
3#include <types.h>
4
6public:
7 void cmdExistCheck();
8 void cmdSpaceCheck();
9
10 u8 mPad[0x74];
11 int mState;
12 int mError;
13 bool mFileExists;
14
15 static dNandThread_c *m_instance;
16};