X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=bb78fbe9453b442d666aa8b603b060f6ca327932;hp=d5027aecd803aedaa1543eb07bebe01fb748d927;hb=7b3e068e43bcfeb38ce390d5d1c3b1a13c81cb55;hpb=e994e84be9f30f8d6ae6dc8951d53340dab2466f 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 *);