X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftools.h;h=43dcf1e0737bdf8d8bb948e8a57f31be85b8efed;hb=b7d31643c9c84104fb3ebef778e545928610ff65;hp=b3fa84e444a4c4f37ff8929ba6748a8a24f8a793;hpb=d0893e6987c21c25ec137438a18cfe1288362139;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index b3fa84e4..43dcf1e0 100644 --- a/src/tools.h +++ b/src/tools.h @@ -10,8 +10,6 @@ * q99492@pbhrzx.uni-paderborn.de * *----------------------------------------------------------* * tools.h * -* * -* Letzte Aenderung: 15.06.1995 * ***********************************************************/ #ifndef TOOLS_H @@ -40,6 +38,7 @@ #define DOOR_ACTION (DOOR_ACTION_1 | DOOR_ACTION_2) #define DOOR_COPY_BACK 16 #define DOOR_NO_DELAY 32 +#define DOOR_GET_STATE 64 /* für AreYouSure */ #define AYS_ASK 1 @@ -54,6 +53,8 @@ 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); void DrawGraphicExtHiRes(Drawable, GC, int, int, int); @@ -62,7 +63,6 @@ void DrawElementThruMask(int, int, int); void DrawMiniGraphic(int, int, int); void DrawMiniGraphicExt(Drawable, GC, int, int, int); void DrawMiniGraphicExtHiRes(Drawable, GC, int, int, int); -int el2gfx(int); void DrawGraphicShifted(int, int, int, int, int, int); void DrawElementShifted(int, int, int, int, int, int); void ErdreichAnbroeckeln(int, int); @@ -77,25 +77,11 @@ void DrawLevel(void); void DrawMiniLevel(int, int); void DrawMicroLevel(int, int); BOOL AreYouSure(char *, unsigned int); -void OpenDoor(unsigned int); -void CloseDoor(unsigned int); -void MoveDoor(unsigned int); -long mainCounter(int); -void InitCounter(void); -long Counter(void); -long Counter2(void); -void WaitCounter(long); -void WaitCounter2(long); -void Delay(long); -BOOL DelayReached(long *, int); +unsigned int OpenDoor(unsigned int); +unsigned int CloseDoor(unsigned int); +unsigned int GetDoorState(void); +unsigned int MoveDoor(unsigned int); int ReadPixel(Drawable, int, int); int el2gfx(int); -void LoadJoystickData(void); -void SaveJoystickData(void); -void CheckJoystickData(void); -int JoystickPosition(int, int, int); -int Joystick(void); -int JoystickButton(void); -void CalibrateJoystick(void); #endif