X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=6bf12a6670d2a58f781810a7a1099e7ecac7713d;hp=c645089b6a3e91d49cce74042daa62280a2ee43d;hb=38568f7dfac13f7a53f1d8751db2a63b64c935e8;hpb=6e07e52227e71a3c8fd8b6d63f48c68926ba79b6 diff --git a/src/libgame/system.h b/src/libgame/system.h index c645089b..6bf12a66 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -976,6 +976,8 @@ struct OverlayInfo { boolean enabled; /* overlay generally enabled or disabled */ boolean active; /* overlay activated (depending on game mode) */ + + boolean show_grid; }; struct JoystickInfo @@ -1544,6 +1546,7 @@ void SetTileCursorXY(int, int); void SetTileCursorSXSY(int, int); void SetOverlayEnabled(boolean); void SetOverlayActive(boolean); +void SetOverlayShowGrid(boolean); boolean GetOverlayActive(); void SetDrawDeactivationMask(int); int GetDrawDeactivationMask(void);