diff options
Diffstat (limited to 'source/sys_public.h')
-rw-r--r-- | source/sys_public.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/sys_public.h b/source/sys_public.h index 8dbb129..9bc02cb 100644 --- a/source/sys_public.h +++ b/source/sys_public.h @@ -44,10 +44,13 @@ void Hunk_Free( mempool_t *pool ); void Sys_Init( void ); void Sys_AddDefaultConfig( void ); +#if USE_SYSCON void Sys_RunConsole( void ); void Sys_ConsoleOutput( const char *string ); void Sys_SetConsoleTitle( const char *title ); void Sys_Printf( const char *fmt, ... ) q_printf( 1, 2 ); +#endif + void Sys_Error( const char *error, ... ) q_noreturn q_printf( 1, 2 ); void Sys_Quit( void ); |