aboutsummaryrefslogtreecommitdiffstats
path: root/code/sys/sys_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/sys/sys_local.h')
-rw-r--r--code/sys/sys_local.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/code/sys/sys_local.h b/code/sys/sys_local.h
index e837b8b..97a9ad6 100644
--- a/code/sys/sys_local.h
+++ b/code/sys/sys_local.h
@@ -47,6 +47,7 @@ unsigned int CON_LogRead( char *out, unsigned int outSize );
char *Sys_StripAppBundle( char *pwd );
#endif
+void Sys_PlatformInit( void );
void Sys_SigHandler( int signal );
void Sys_ErrorDialog( const char *error );
void Sys_AnsiColorPrint( const char *msg );