From 132f3a854289225be55e383966e34dc19c9d21aa Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Tue, 22 Jun 2010 11:02:13 +0000 Subject: [PATCH] * console.h (Con_DebugLog): Add prototype. git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@224 af15c1b1-3010-417e-b628-4374ebc0bcbd --- Quake/console.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Quake/console.h b/Quake/console.h index a99fcebf..6b09631b 100644 --- a/Quake/console.h +++ b/Quake/console.h @@ -64,6 +64,7 @@ void Con_LogCenterPrint (const char *str); // void LOG_Init (quakeparms_t *parms); void LOG_Close (void); +void Con_DebugLog (const char *msg); #endif /* __CONSOLE_H */