rnd-20100521-1-src
[rocksndiamonds.git] / src / tools.h
index 2ae83cfed178bfbbfdbf6e2f2dcb71587e649f16..510524af77f4ac381be3bffb62fa56c583594786 100644 (file)
@@ -146,7 +146,8 @@ void DrawLevelField(int, int);
 void DrawMiniElement(int, int, int);
 void DrawMiniElementOrWall(int, int, int, int);
 
-void ShowEnvelope();
+void ShowEnvelope(int);
+void ShowEnvelopeDoor(char *text, int);
 
 void DrawLevel(void);
 void DrawMiniLevel(int, int, int, int);
@@ -215,6 +216,6 @@ void PlaySoundActivating();
 void PlaySoundSelecting();
 
 void ToggleFullscreenIfNeeded();
-void ChangeScreenModeIfNeeded();
+void ChangeViewportPropertiesIfNeeded();
 
 #endif /* TOOLS_H */