SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
include
Game
Map
TimerSwitch.hpp
1
#pragma once
2
3
#include "Game/LiveActor/LiveActor.hpp"
4
5
class
TimerSwitch
:
public
LiveActor
{
6
public
:
7
TimerSwitch
(
const
char
*);
8
9
virtual
~TimerSwitch
();
10
virtual
void
init
(
const
JMapInfoIter
&);
11
virtual
void
control();
12
13
s32 mTimerLength;
// _8C
14
s32 mCurrentTime;
// _90
15
};
JMapInfoIter
Definition
JMapInfo.hpp:16
LiveActor
The basis of a drawable actor that can contain states (see: Nerve)
Definition
LiveActor.hpp:24
TimerSwitch
Definition
TimerSwitch.hpp:5
TimerSwitch::init
virtual void init(const JMapInfoIter &)
Intializes the NameObj and can set various settings and construct necessary classes.
Definition
TimerSwitch.cpp:8
Generated by
1.10.0