rnd-20031129-3-src
[rocksndiamonds.git] / src / screens.h
index 60f310165c0a8d2c5882ca97d96ca9a137631c4b..ff3a56841f030a85c9ef077524d3f5a0d6973f3f 100644 (file)
 
 #include "main.h"
 
+/* (randomly chosen) values for HandleChooseTree() */
+#define SCROLL_LINE    (1 * SCR_FIELDY)
+#define SCROLL_PAGE    (2 * SCR_FIELDY)
+
+
 void DrawHeadline(void);
 
 void DrawMainMenu(void);
 void HandleMainMenu(int, int, int, int, int);
 
-void DrawHelpScreenElAction(int);
-void DrawHelpScreenElText(int);
-void DrawHelpScreenMusicText(int);
-void DrawHelpScreenCreditsText(void);
-void DrawHelpScreen(void);
-void HandleHelpScreen(int);
+void HandleInfoScreen(int);
 
 void HandleTypeName(int, Key);
 
@@ -42,6 +42,7 @@ void HandleSetupScreen(int, int, int, int, int);
 void HandleGameActions(void);
 
 void CreateScreenGadgets();
+void FreeScreenGadgets();
 void MapChooseTreeGadgets(TreeInfo *);
 void UnmapChooseTreeGadgets();