X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=1c26b6d6fdb771c10d4ba1060064e9a0e474c8ce;hb=462bca0782be497b984922afda26b5bf12bd3d75;hp=21288a94475c080bd740b675a546bdc835ecbd4a;hpb=c0c5862d9ee59c70412b1c35e558101b109a8ec9;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 21288a94..1c26b6d6 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,6 +62,13 @@ 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(); @@ -70,13 +77,17 @@ void FadeToFront(); void FadeIn(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(); @@ -168,6 +179,8 @@ void PlayMenuSound(); void PlayMenuSoundStereo(int, int); void PlayMenuSoundIfLoop(); void PlayMenuMusic(); +void PlaySoundActivating(); +void PlaySoundSelecting(); void ToggleFullscreenIfNeeded();