3#include <heap/seadDisposer.h>
4#include <prim/seadBitFlag.h>
70static_assert(
sizeof(
CourseTimer) == 0x20,
"CourseTimer size mismatch");
Definition CourseTimer.h:7
u32 mFreezeTime
Definition CourseTimer.h:63
void setBonusTime(u16 time)
The value which the bonus time animation is loaded with and will add to the clock when it's done.
Definition CourseTimer.h:57
u32 mBeginTime
Definition CourseTimer.h:65
static u32 toUnits(u32 seconds)
u32 mTime
Definition CourseTimer.h:64
void setTimer(u32 seconds)
u16 mBonusTime
The value which the bonus time animation is loaded with and will add to the clock when it's done.
Definition CourseTimer.h:68
sead::BitFlag8 mStopTimerInfo
Definition CourseTimer.h:67
u32 getTime() const
Definition CourseTimer.h:49
bool mIsHurryUp
Definition CourseTimer.h:66
static u32 fromUnits(u32 units)
Definition CourseTimer.h:43