X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=bec4097365c6afe914b1c9a39dc0a51868787fef;hp=2f6c2809fff688814c214e9030b4975d5e5e3f16;hb=b8f99b63bf8c0ba0fefe2889c85feb4d46646e88;hpb=0ce1ebb5632789d3dcd7093e2e6f964af7b59fca diff --git a/src/libgame/system.h b/src/libgame/system.h index 2f6c2809..bec40973 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -1476,6 +1476,7 @@ void SetOverlayEnabled(boolean); void SetOverlayActive(boolean); boolean GetOverlayActive(); void SetDrawDeactivationMask(int); +int GetDrawDeactivationMask(void); void SetDrawBackgroundMask(int); void SetWindowBackgroundBitmap(Bitmap *); void SetMainBackgroundBitmap(Bitmap *);