mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-21 20:21:19 +00:00
Add GetMilliseconds to idSys
To be used for the overhauled idTimer in idlib/.
This commit is contained in:
parent
ae551ee106
commit
d26cf44a29
1 changed files with 1 additions and 0 deletions
|
@ -413,6 +413,7 @@ public:
|
|||
virtual void DebugPrintf( const char *fmt, ... )id_attribute((format(printf,2,3))) = 0;
|
||||
virtual void DebugVPrintf( const char *fmt, va_list arg ) = 0;
|
||||
|
||||
virtual unsigned int GetMilliseconds( void ) = 0;
|
||||
virtual double GetClockTicks( void ) = 0;
|
||||
virtual double ClockTicksPerSecond( void ) = 0;
|
||||
virtual int GetProcessorId( void ) = 0;
|
||||
|
|
Loading…
Reference in a new issue