X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=80f76114b4ed560f7de9164950e168f6b18cd060;hb=7b387b9e5e8095a01c18ea041f19d71be83146b9;hp=149d63dab023f65ecde45ae6471fbdbac7fe90f8;hpb=e2f44b4cef0a3a0441a8c031181a543751ef9cb3;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 149d63da..80f76114 100644 --- a/src/tools.h +++ b/src/tools.h @@ -78,6 +78,14 @@ void FadeIn(int); void FadeOut(int); void FadeCross(int); void FadeCrossSaveBackbuffer(); +void FadeSetEnterMenu(); +void FadeSetLeaveMenu(); +void FadeSetEnterScreen(); +void FadeSetLeaveScreen(); +void FadeSetFromType(int); +void FadeSetDisabled(); +void FadeSkipNextFadeIn(); +void FadeSkipNextFadeOut(); void ClearWindow(); void SetWindowBackgroundImageIfDefined(int); @@ -109,6 +117,8 @@ void DrawAllPlayers(void); void DrawPlayerField(int, int); void DrawPlayer(struct PlayerInfo *); +void getSizedGraphicSource(int, Bitmap **, int *, int *, int); +void getMiniGraphicSource(int, Bitmap **, int *, int *); void getGraphicSourceExt(int, int, Bitmap **, int *, int *, boolean); void getGraphicSource(int, int, Bitmap **, int *, int *); void DrawGraphic(int, int, int, int); @@ -116,8 +126,9 @@ void DrawGraphicExt(DrawBuffer *, int, int, int, int); void DrawGraphicThruMask(int, int, int, int); void DrawGraphicThruMaskExt(DrawBuffer *, int, int, int, int); +void DrawSizedGraphic(int, int, int, int); +void DrawSizedGraphicExt(DrawBuffer *, int, int, int, int); void DrawMiniGraphic(int, int, int); -void getMiniGraphicSource(int, Bitmap **, int *, int *); void DrawMiniGraphicExt(DrawBuffer *, int, int, int); void DrawScreenElementExt(int, int, int, int, int, int, int); @@ -174,6 +185,7 @@ int el2baseimg(int); int el2img(int); int el2edimg(int); int el2preimg(int); +int el2doorimg(int); int font2baseimg(int); int getBeltNrFromBeltElement(int); @@ -189,9 +201,12 @@ int getBeltSwitchElementFromBeltNrAndBeltDir(int, int); unsigned int InitRND(long); void InitGraphicInfo_EM(void); +void PlayMenuSoundExt(int); void PlayMenuSound(); void PlayMenuSoundStereo(int, int); +void PlayMenuSoundIfLoopExt(int); void PlayMenuSoundIfLoop(); +void PlayMenuMusicExt(int); void PlayMenuMusic(); void PlaySoundActivating(); void PlaySoundSelecting();