mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 14:52:00 +00:00
add missing trap_RealTime prototype (#4015)
This commit is contained in:
parent
31ae3826ae
commit
6b4f3aaed2
1 changed files with 1 additions and 0 deletions
|
@ -768,6 +768,7 @@ extern vmCvar_t g_proxMineTimeout;
|
|||
void trap_Printf( const char *fmt );
|
||||
void trap_Error( const char *fmt );
|
||||
int trap_Milliseconds( void );
|
||||
int trap_RealTime( qtime_t *qtime );
|
||||
int trap_Argc( void );
|
||||
void trap_Argv( int n, char *buffer, int bufferLength );
|
||||
void trap_Args( char *buffer, int bufferLength );
|
||||
|
|
Loading…
Reference in a new issue