|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| CustomTagArg (int a1, u32 a2) | |
| CustomTagArg (const wchar_t *a1, u32 a2) | |
| void | operator= (const CustomTagArg &rhs) |
Public Attributes | ||
| union { | ||
| int mIntArg | ||
| const wchar_t * mCharArg | ||
| }; | ||
| u32 | _4 | |
Definition at line 9 of file TalkMessageCtrl.hpp.
|
inline |
Definition at line 11 of file TalkMessageCtrl.hpp.
|
inline |
Definition at line 12 of file TalkMessageCtrl.hpp.
|
inline |
Definition at line 14 of file TalkMessageCtrl.hpp.
| int CustomTagArg::mIntArg |
Definition at line 20 of file TalkMessageCtrl.hpp.
| const wchar_t* CustomTagArg::mCharArg |
Definition at line 21 of file TalkMessageCtrl.hpp.
| u32 CustomTagArg::_4 |
Definition at line 24 of file TalkMessageCtrl.hpp.