|
NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
#include <game/bases/d_wm_en_path.hpp>
Definition at line 7 of file d_wm_en_path.hpp.
Public Attributes | |
| const char * | mpName |
| int | mIndex |
| int | mPointIndex |
| dWmPathPoint_s * | mpNext |
| dWmPathPoint_s * | mpPrev |
| const char* dWmPathPoint_s::mpName |
Definition at line 8 of file d_wm_en_path.hpp.
| int dWmPathPoint_s::mIndex |
Definition at line 9 of file d_wm_en_path.hpp.
| int dWmPathPoint_s::mPointIndex |
Definition at line 10 of file d_wm_en_path.hpp.
| dWmPathPoint_s* dWmPathPoint_s::mpNext |
Definition at line 11 of file d_wm_en_path.hpp.
| dWmPathPoint_s* dWmPathPoint_s::mpPrev |
Definition at line 12 of file d_wm_en_path.hpp.