X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=ec72a61107b451a0f858b1d35f778429013542fa;hb=9eff630555d9f481889fa2f807af76daaa2e70cb;hp=7a29b910c99010587860005723b8a817441ed428;hpb=90c3a49422dd88de77ffc7b8dd1d4f1d73d0d9a3;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 7a29b910..ec72a611 100644 --- a/src/tools.h +++ b/src/tools.h @@ -62,6 +62,13 @@ 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();