diff options
-rw-r--r-- | code/game/g_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/code/game/g_local.h b/code/game/g_local.h index 2efc4c1..076ad52 100644 --- a/code/game/g_local.h +++ b/code/game/g_local.h @@ -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 ); |