X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=1011f1a93ca2d62c15e38f8d566bbe43947ecea7;hp=110e18c2392c3f462650f69e5ad0cf36bb246c29;hb=d0409bd76aa84a8745ec2ea6d8a5480c8bea0bcd;hpb=f2ddf39ad776c01f9b8a57818fe3ea9777649778 diff --git a/src/libgame/system.h b/src/libgame/system.h index 110e18c2..1011f1a9 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -768,6 +768,9 @@ struct VideoSystemInfo char *window_scaling_quality; int screen_rendering_mode; + unsigned int frame_delay; + unsigned int frame_delay_value; + boolean initialized; }; @@ -1407,6 +1410,8 @@ Pixel GetPixelFromRGBcompact(Bitmap *, unsigned int); void KeyboardAutoRepeatOn(void); void KeyboardAutoRepeatOff(void); boolean SetVideoMode(boolean); +void SetVideoFrameDelay(unsigned int); +unsigned int GetVideoFrameDelay(); boolean ChangeVideoModeIfNeeded(boolean); Bitmap *LoadImage(char *);