1 #ifndef __TIMEMANAGER_H__ 2 #define __TIMEMANAGER_H__ 19 void Poll(
int DeltaTime);
27 static const int TimeZoneChangeInterval;
33 int TimeZoneChangeTimer;
39 void SetTimeZone(
u8 NewTimeZone);
53 #endif // #ifndef __TIMEMANAGER_H__ unsigned char u8
Definition: TypeDefs.h:6
u32 GetMasterId() const
Definition: TimeManager.h:22
unsigned int u32
Definition: TypeDefs.h:10
Definition: TimeManager.h:7
void Poll(int DeltaTime)
Definition: TimeManager.cpp:26
virtual ~TimeManager()
Definition: TimeManager.h:13
void Initialize()
Definition: TimeManager.cpp:20
static TimeManager & GetInstance()
Definition: TimeManager.h:44