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

Description

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

Definition at line 33 of file g3d_obj.h.

Public Attributes

ulong len
 
char str [ROUND_UP(N+1, 4)]
 

Member Data Documentation

◆ len

template<ulong N>
ulong nw4r::g3d::G3dObj::ResNameDataT< N >::len

Definition at line 34 of file g3d_obj.h.

◆ str

template<ulong N>
char nw4r::g3d::G3dObj::ResNameDataT< N >::str[ROUND_UP(N+1, 4)]

Definition at line 36 of file g3d_obj.h.