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 6d001046..4ecc9227 100644 --- a/src/sys/sys_local.h +++ b/src/sys/sys_local.h @@ -48,6 +48,7 @@ unsigned int CON_LogRead( char *out, unsigned int outSize ); char *Sys_StripAppBundle( char *pwd ); #endif +void Sys_GLimpSafeInit( void ); void Sys_GLimpInit( void ); void Sys_PlatformInit( void ); void Sys_SigHandler( int signal ); |