X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=0ec63701b56206f66300bccbe97aa9204449dd1f;hb=000f4fbffe0d915d1ded9c981a5a2d521cdf7e5e;hp=a06527ae27e864b0b1fba9d9818f553e6ff58e39;hpb=b31ff3c0c04be6739743c4e79c95f7c233f998bc;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index a06527ae..0ec63701 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,23 +62,37 @@ 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(); void FadeToFront(); void FadeIn(int); -void FadeOut(int, int); +void FadeOut(int); void FadeCross(int); +void FadeCrossSaveBackbuffer(); void ClearWindow(); +void SetWindowBackgroundImageIfDefined(int); void SetMainBackgroundImageIfDefined(int); void SetMainBackgroundImage(int); void SetDoorBackgroundImage(int); +void SetPanelBackground(); void DrawBackground(int, int, int, int); +void DrawBackgroundForFont(int, int, int, int, int); +void DrawBackgroundForGraphic(int, int, int, int, int); void MarkTileDirty(int, int); void SetBorderElement(); +void FloodFillLevel(int, int, int, short[MAX_LEV_FIELDX][MAX_LEV_FIELDY], + int, int); void SetRandomAnimationValue(int, int); int getGraphicAnimationFrame(int, int); @@ -124,11 +138,9 @@ void DrawMiniElementOrWall(int, int, int, int); void ShowEnvelope(); -void getMicroGraphicSource(int, Bitmap **, int *, int *); -void DrawMicroElement(int, int, int); void DrawLevel(void); void DrawMiniLevel(int, int, int, int); -void DrawMicroLevel(int, int, boolean); +void DrawPreviewLevel(boolean); void WaitForEventToContinue(); boolean Request(char *, unsigned int); @@ -169,6 +181,8 @@ void PlayMenuSound(); void PlayMenuSoundStereo(int, int); void PlayMenuSoundIfLoop(); void PlayMenuMusic(); +void PlaySoundActivating(); +void PlaySoundSelecting(); void ToggleFullscreenIfNeeded();