X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=ec72a61107b451a0f858b1d35f778429013542fa;hb=c0f3e2e3c8f0c8b88fca68375d0b942bda8ffcbf;hp=676f083d5334d388b6a907ea1c56d8f48dbfd6f9;hpb=342de2ef2eff4f6936541b70d1eabf01f315fa47;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 676f083d..ec72a611 100644 --- a/src/tools.h +++ b/src/tools.h @@ -1,7 +1,7 @@ /*********************************************************** * Rocks'n'Diamonds -- McDuffin Strikes Back! * *----------------------------------------------------------* -* (c) 1995-2002 Artsoft Entertainment * +* (c) 1995-2006 Artsoft Entertainment * * Holger Schemel * * Detmolder Strasse 189 * * 33604 Bielefeld * @@ -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();