Added Sys_DebugPrint

This commit is contained in:
smallmodel 2023-09-17 19:31:37 +02:00
parent 04f61a1af7
commit 128c8f3c06
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512
3 changed files with 19 additions and 0 deletions

View file

@ -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 );