NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
d_stage_timer.hpp
1
#pragma once
2
#include <types.h>
3
4
class
dStageTimer_c
{
5
public
:
6
virtual
~dStageTimer_c
() {}
7
8
int
mTimeValue;
9
10
short
convertToIGT()
const
{
11
return
(mTimeValue + 4095) >> 12;
12
}
13
14
static
dStageTimer_c
*m_instance;
15
};
dStageTimer_c
Definition
d_stage_timer.hpp:4
include
game
bases
d_stage_timer.hpp
Made with ❤️ by
CLF78
and
RootCubed
. Logos by
Chasical
and
B1
. Website generated by
Doxygen
1.15.0