From 6b4f3aaed2983013e157d2b7c0d01a561d7e43f5 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Fri, 8 May 2009 09:17:06 +0000 Subject: [PATCH] add missing trap_RealTime prototype (#4015) --- code/game/g_local.h | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/g_local.h b/code/game/g_local.h index 2efc4c14..076ad525 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 );