NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
nw4r::g3d::G3dObj::ResNameDataT< N > Struct Template Reference

Description

template<u32 N>
struct nw4r::g3d::G3dObj::ResNameDataT< N >

Definition at line 20 of file g3d_obj.hpp.

Public Attributes

u32 mLength
 
char mName [N+1+3 &~3]
 

Member Data Documentation

◆ mLength

template<u32 N>
u32 nw4r::g3d::G3dObj::ResNameDataT< N >::mLength

Definition at line 21 of file g3d_obj.hpp.

◆ mName

template<u32 N>
char nw4r::g3d::G3dObj::ResNameDataT< N >::mName[N+1+3 &~3]

Definition at line 24 of file g3d_obj.hpp.