Index: code/game/g_local.h =================================================================== --- code/game/g_local.h (revision 1541) +++ code/game/g_local.h (working copy) @@ -768,6 +768,7 @@ 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 );