X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=7e8f53c5ad3a06fa87d1ce319f713d881f6748b4;hb=db796e071bbe21db45ac516e55eaf2ea7cee33d5;hp=f77a594acf99ef1da2b5670b47e8a1ca022a696c;hpb=e6e7b00366bd426aaaad8f5175feabb0eafb4cb0;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index f77a594a..7e8f53c5 100644 --- a/src/tools.h +++ b/src/tools.h @@ -124,11 +124,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); @@ -170,4 +168,6 @@ void PlayMenuSoundStereo(int, int); void PlayMenuSoundIfLoop(); void PlayMenuMusic(); +void ToggleFullscreenIfNeeded(); + #endif /* TOOLS_H */