X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=1416f231739ebf3fa9aad5f505f654b3d868dc3a;hb=a1bc27d0855dc6fa72c4c361fc1671b2dcc6547b;hp=c0fb030b671f4412eb5adf2ee739ed514000b606;hpb=a7d7881a5abf250befa4c59e1c336e7b40f9b2fb;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index c0fb030b..1416f231 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -238,6 +238,8 @@ struct GfxInfo int vx, vy; int vxsize, vysize; + + boolean draw_deactivation_mask; }; struct ArtworkInfo @@ -384,6 +386,7 @@ void InitGfxFieldInfo(int, int, int, int, int, int, int, int); void InitGfxDoor1Info(int, int, int, int); void InitGfxDoor2Info(int, int, int, int); void InitGfxScrollbufferInfo(int, int); +void SetDrawDeactivationMask(int ); inline void InitVideoDisplay(void); inline void CloseVideoDisplay(void);