[quake3-commits] r1547 - trunk/code/game

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri May 8 05:17:06 EDT 2009


Author: ludwig
Date: 2009-05-08 05:17:06 -0400 (Fri, 08 May 2009)
New Revision: 1547

Modified:
   trunk/code/game/g_local.h
Log:
add missing trap_RealTime prototype (#4015)

Modified: trunk/code/game/g_local.h
===================================================================
--- trunk/code/game/g_local.h	2009-05-08 09:13:16 UTC (rev 1546)
+++ trunk/code/game/g_local.h	2009-05-08 09:17:06 UTC (rev 1547)
@@ -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 );



More information about the quake3-commits mailing list