rnd-20061013-1-src
[rocksndiamonds.git] / src / tools.h
index 7a29b910c99010587860005723b8a817441ed428..ec72a61107b451a0f858b1d35f778429013542fa 100644 (file)
 
 void DumpTile(int, int);
 
+void DrawMaskedBorder_FIELD();
+void DrawMaskedBorder_DOOR_1();
+void DrawMaskedBorder_DOOR_2();
+void DrawMaskedBorder_DOOR_3();
+void DrawMaskedBorder_ALL();
+void DrawMaskedBorder(int);
+
 void SetDrawtoField(int);
 void RedrawPlayfield(boolean, int, int, int, int);
 void BackToFront();