X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=0e67600c6b478fa589f5c80ff850790aa7d66a97;hb=b275388df382d188bdce63b9e68783cb7139fc11;hp=2f7c2bf61c42045463431d28355c48da02e94476;hpb=063fcfffebc7960fedb0e468a6b20821e387d403;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 2f7c2bf6..0e67600c 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -1694,6 +1694,7 @@ void SetTileCursorSXSY(int, int); void SetOverlayEnabled(boolean); void SetOverlayActive(boolean); void SetOverlayShowGrid(boolean); +boolean GetOverlayEnabled(void); boolean GetOverlayActive(void); void SetDrawDeactivationMask(int); int GetDrawDeactivationMask(void);