|
|
@ -51,7 +51,7 @@ char *Sys_GetClipboardData( void ); |
|
|
|
const char *Sys_GetCurrentUser( void ); |
|
|
|
const char *Sys_GetCurrentUser( void ); |
|
|
|
int Sys_CheckParm( const char *parm ); |
|
|
|
int Sys_CheckParm( const char *parm ); |
|
|
|
void Sys_Warn( const char *format, ... ) _format( 1 ); |
|
|
|
void Sys_Warn( const char *format, ... ) _format( 1 ); |
|
|
|
void Sys_Error( const char *error, ... ) _format( 1 ); |
|
|
|
void Sys_Error( const char *error, ... ) _format( 1 ) NORETURN; |
|
|
|
qboolean Sys_LoadLibrary( dll_info_t *dll ); |
|
|
|
qboolean Sys_LoadLibrary( dll_info_t *dll ); |
|
|
|
void* Sys_GetProcAddress( dll_info_t *dll, const char* name ); |
|
|
|
void* Sys_GetProcAddress( dll_info_t *dll, const char* name ); |
|
|
|
qboolean Sys_FreeLibrary( dll_info_t *dll ); |
|
|
|
qboolean Sys_FreeLibrary( dll_info_t *dll ); |
|
|
|