X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftools.h;h=43dcf1e0737bdf8d8bb948e8a57f31be85b8efed;hp=ce4ab0f2781e76d8c951e31134bbf2d47f9ab829;hb=b7d31643c9c84104fb3ebef778e545928610ff65;hpb=a5a03e15b395ba1942c180d1cd0d3a4f43b87f56 diff --git a/src/tools.h b/src/tools.h index ce4ab0f2..43dcf1e0 100644 --- a/src/tools.h +++ b/src/tools.h @@ -19,10 +19,6 @@ #include -/* für DrawGraphicAnimation */ -#define ANIM_NORMAL 0 -#define ANIM_OSCILLATE 1 - /* für DrawElementShifted */ #define CUT_NO_CUTTING 0 #define CUT_ABOVE 1 @@ -57,6 +53,7 @@ void FadeToFront(); void ClearWindow(); void DrawText(int, int, char *, int, int); void DrawTextExt(Drawable, GC, int, int, char *, int, int); +void DrawPlayerField(void); void DrawGraphicAnimation(int, int, int, int, int, int); void DrawGraphic(int, int, int); void DrawGraphicExt(Drawable, GC, int, int, int); @@ -85,10 +82,6 @@ unsigned int CloseDoor(unsigned int); unsigned int GetDoorState(void); unsigned int MoveDoor(unsigned int); int ReadPixel(Drawable, int, int); -void CheckJoystickData(void); -int JoystickPosition(int, int, int); -int Joystick(void); -int JoystickButton(void); int el2gfx(int); #endif