NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
sGlobalData_c< T > Class Template Reference

#include <game/sLib/s_GlobalData.hpp>

Description

template<typename T>
class sGlobalData_c< T >

A templated global data holder class.

Template Parameters
TThe class that contains the global data struct.

Definition at line 9 of file s_GlobalData.hpp.

Static Public Attributes

static T::GlobalData_t mData
 

Member Data Documentation

◆ mData

template<typename T>
T::GlobalData_t sGlobalData_c< T >::mData
static

Definition at line 11 of file s_GlobalData.hpp.