X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=bb78fbe9453b442d666aa8b603b060f6ca327932;hb=7b3e068e43bcfeb38ce390d5d1c3b1a13c81cb55;hp=d5027aecd803aedaa1543eb07bebe01fb748d927;hpb=f1f15272242355ab7bc94028b4fa4b2e0f8152b5;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index d5027aec..bb78fbe9 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -813,6 +813,8 @@ struct GfxInfo int anim_random_frame; void (*draw_busy_anim_function)(void); + + int cursor_mode; }; struct JoystickInfo @@ -1283,6 +1285,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 *);