rnd-20060812-1-src
[rocksndiamonds.git] / src / tools.h
index f77a594acf99ef1da2b5670b47e8a1ca022a696c..7e8f53c5ad3a06fa87d1ce319f713d881f6748b4 100644 (file)
@@ -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 */