diff options
Diffstat (limited to 'code/sys/sys_local.h')
-rw-r--r-- | code/sys/sys_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/code/sys/sys_local.h b/code/sys/sys_local.h index 97a9ad6..353d360 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_GLimpInit( void ); void Sys_PlatformInit( void ); void Sys_SigHandler( int signal ); void Sys_ErrorDialog( const char *error ); |