X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=sys.h;h=42838e319f9b658e4bba3ae6840303e799e34031;hb=f0757fc81effdb25efebd8b74750045ae227b4aa;hp=d02ae24466a420f09356c85a34a4e380da09cf49;hpb=a19dce25671ecfa28e4eb3861f8636750bf3ba68;p=xonotic%2Fdarkplaces.git diff --git a/sys.h b/sys.h index d02ae244..42838e31 100644 --- a/sys.h +++ b/sys.h @@ -68,13 +68,13 @@ void Sys_PrintToTerminal(const char *text); // (may) output text to terminal which launched program void Sys_Shutdown (void); //INFO: This is only called by Host_Shutdown so we dont need testing for recursion -void Sys_Quit (void); +void Sys_Quit (int returnvalue); double Sys_DoubleTime (void); char *Sys_ConsoleInput (void); -void Sys_Sleep(int milliseconds); +void Sys_Sleep(int microseconds); // called to yield for a little bit so as // not to hog cpu when paused or debugging