NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
s_GlobalData.hpp
1
#pragma once
2
3
/**
4
* @brief A templated global data holder class.
5
* @tparam T The class that contains the global data struct.
6
* @unofficial
7
*/
8
template
<
typename
T>
9
class
sGlobalData_c
{
10
public
:
11
static
T::GlobalData_t
mData
;
///< @unofficial
12
};
sGlobalData_c
A templated global data holder class.
Definition
s_GlobalData.hpp:9
sGlobalData_c::mData
static T::GlobalData_t mData
Definition
s_GlobalData.hpp:11
include
game
sLib
s_GlobalData.hpp
Made with ❤️ by
CLF78
and
RootCubed
. Logos by
Chasical
and
B1
. Website generated by
Doxygen
1.13.2