rnd-20031129-3-src
[rocksndiamonds.git] / src / screens.h
index c4485691a55cf13c8063c8a3c9796530db7448d2..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);