From 76eaae85db8e6ccb93e1e7090e8e9a5677733bc4 Mon Sep 17 00:00:00 2001 From: ludwig Date: Fri, 8 May 2009 09:17:06 +0000 Subject: add missing trap_RealTime prototype (#4015) git-svn-id: svn://svn.icculus.org/quake3/trunk@1547 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/game/g_local.h | 1 + 1 file changed, 1 insertion(+) (limited to 'code/game') 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 ); -- cgit v1.2.3