rnd-20020331-1-src
[rocksndiamonds.git] / src / libgame / system.h
index c0fb030b671f4412eb5adf2ee739ed514000b606..1416f231739ebf3fa9aad5f505f654b3d868dc3a 100644 (file)
@@ -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);