X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=80f76114b4ed560f7de9164950e168f6b18cd060;hb=7b387b9e5e8095a01c18ea041f19d71be83146b9;hp=2949115c55f26fa0762d4910851e24410510a71f;hpb=d2fe3484366d23690887c6547636cd681db22007;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 2949115c..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); @@ -184,13 +196,17 @@ int getBeltDirNrFromBeltSwitchElement(int); int getBeltDirFromBeltElement(int); int getBeltDirFromBeltSwitchElement(int); int getBeltElementFromBeltNrAndBeltDir(int, int); +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();