NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
dWmPathPoint_s Struct Reference

#include <game/bases/d_wm_en_path.hpp>

Description

Definition at line 7 of file d_wm_en_path.hpp.

Public Attributes

const char * mpName
int mIndex
int mPointIndex
dWmPathPoint_smpNext
dWmPathPoint_smpPrev

Member Data Documentation

◆ mpName

const char* dWmPathPoint_s::mpName

Definition at line 8 of file d_wm_en_path.hpp.

◆ mIndex

int dWmPathPoint_s::mIndex

Definition at line 9 of file d_wm_en_path.hpp.

◆ mPointIndex

int dWmPathPoint_s::mPointIndex

Definition at line 10 of file d_wm_en_path.hpp.

◆ mpNext

dWmPathPoint_s* dWmPathPoint_s::mpNext

Definition at line 11 of file d_wm_en_path.hpp.

◆ mpPrev

dWmPathPoint_s* dWmPathPoint_s::mpPrev

Definition at line 12 of file d_wm_en_path.hpp.