29 Sys_Error(
"Called Sys_SDL_GetTicks on non-SDL target");
34 Sys_Error(
"Called Sys_SDL_Delay on non-SDL target");
void Sys_Error(const char *error,...) DP_FUNC_PRINTF(1) DP_FUNC_NORETURN
Causes the entire program to exit ASAP.
int Sys_Main(int argc, char *argv[])
main() but renamed so we can wrap it in sys_sdl.c and sys_null.c to avoid needing to include SDL....
unsigned int Sys_SDL_GetTicks(void)
void Sys_SDL_Dialog(const char *title, const char *string)
char * Sys_SDL_GetClipboardData(void)
void Sys_SDL_Shutdown(void)
INFO: This is only called by Host_Shutdown so we dont need testing for recursion.
void Sys_SDL_Delay(unsigned int milliseconds)
qbool sys_supportsdlgetticks