X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=5050c72675af29cfb669f875e7c2fa192cd9f77f;hb=6b8e0388206475c9fae364474c84624fa5a49599;hp=d5027aecd803aedaa1543eb07bebe01fb748d927;hpb=f1f15272242355ab7bc94028b4fa4b2e0f8152b5;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index d5027aec..5050c726 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -729,6 +729,8 @@ struct VideoSystemInfo boolean window_scaling_available; int window_scaling_percent; char *window_scaling_quality; + + boolean initialized; }; struct AudioSystemInfo @@ -813,6 +815,8 @@ struct GfxInfo int anim_random_frame; void (*draw_busy_anim_function)(void); + + int cursor_mode; }; struct JoystickInfo @@ -1283,6 +1287,7 @@ void InitGfxScrollbufferInfo(int, int); void InitGfxClipRegion(boolean, int, int, int, int); void InitGfxDrawBusyAnimFunction(void (*draw_busy_anim_function)(void)); void InitGfxCustomArtworkInfo(); +void InitGfxOtherSettings(); void SetDrawDeactivationMask(int); void SetDrawBackgroundMask(int); void SetWindowBackgroundBitmap(Bitmap *);