mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Added Sys_DebugPrint
This commit is contained in:
parent
04f61a1af7
commit
128c8f3c06
3 changed files with 19 additions and 0 deletions
|
@ -1340,6 +1340,7 @@ void RecoverLostAutodialData( void );
|
|||
|
||||
void Sys_CloseMutex( void );
|
||||
void Sys_ShowConsole( int visLevel, qboolean quitOnClose );
|
||||
void Sys_DebugPrint(const char* message);
|
||||
void Sys_PumpMessageLoop( void );
|
||||
|
||||
qboolean SaveRegistryInfo( qboolean user, const char *pszName, void *pvBuf, long lSize );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue