X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=0e67600c6b478fa589f5c80ff850790aa7d66a97;hp=2f7c2bf61c42045463431d28355c48da02e94476;hb=05f79aac9452f5666ee6dc712637adc1d9ae6b7a;hpb=64f0d273ab910b98d1c929bad3146aeccfd6468a 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);