diff options
Diffstat (limited to 'src/sys/sys_local.h')
-rw-r--r-- | src/sys/sys_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sys/sys_local.h b/src/sys/sys_local.h index 9f4de9cf..8f99e7c5 100644 --- a/src/sys/sys_local.h +++ b/src/sys/sys_local.h @@ -52,6 +52,7 @@ char *Sys_StripAppBundle( char *pwd ); void Sys_GLimpSafeInit( void ); void Sys_GLimpInit( void ); void Sys_PlatformInit( void ); +void Sys_PlatformExit( void ); void Sys_SigHandler( int signal ); void Sys_ErrorDialog( const char *error ); void Sys_AnsiColorPrint( const char *msg ); |