mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 12:29:18 +02:00
Set dp branch as trunk
This commit is contained in:
33
Timer.h
Normal file
33
Timer.h
Normal file
@@ -0,0 +1,33 @@
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
#ifndef TimerH
|
||||
#define TimerH
|
||||
|
||||
namespace Timer {
|
||||
|
||||
|
||||
double __fastcall GetTime();
|
||||
|
||||
double __fastcall GetDeltaTime();
|
||||
double __fastcall GetDeltaRenderTime();
|
||||
|
||||
double __fastcall GetfSinceStart();
|
||||
|
||||
void __fastcall SetDeltaTime(double v);
|
||||
|
||||
double __fastcall GetSimulationTime();
|
||||
|
||||
void __fastcall SetSimulationTime(double v);
|
||||
|
||||
bool __fastcall GetSoundTimer();
|
||||
|
||||
double __fastcall GetFPS();
|
||||
|
||||
void __fastcall ResetTimers();
|
||||
|
||||
void __fastcall UpdateTimers(bool pause);
|
||||
|
||||
};
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
#endif
|
||||
Reference in New Issue
Block a user