A reimplementation of Mario Kart Wii's physics engine in C++
Loading...
Searching...
No Matches
Abstract::g3d::ResDic::NodeData Struct Reference

Description

Definition at line 15 of file ResDic.hh.

Public Attributes

u16 ref
 
u16 flag
 
u16 idxLeft
 
u16 idxRight
 
s32 ofsString
 
s32 ofsData
 

Member Data Documentation

◆ flag

u16 Abstract::g3d::ResDic::NodeData::flag

Definition at line 17 of file ResDic.hh.

◆ idxLeft

u16 Abstract::g3d::ResDic::NodeData::idxLeft

Definition at line 18 of file ResDic.hh.

◆ idxRight

u16 Abstract::g3d::ResDic::NodeData::idxRight

Definition at line 19 of file ResDic.hh.

◆ ofsData

s32 Abstract::g3d::ResDic::NodeData::ofsData

Definition at line 21 of file ResDic.hh.

◆ ofsString

s32 Abstract::g3d::ResDic::NodeData::ofsString

Definition at line 20 of file ResDic.hh.

◆ ref

u16 Abstract::g3d::ResDic::NodeData::ref

Definition at line 16 of file ResDic.hh.