rnd-20031128-1-src
[rocksndiamonds.git] / src / screens.h
index 68567082cb1676f50c079cb4b2a18be55ac737c0..6b126c976f2d6bf8476723689d77e8979a47b3db 100644 (file)
@@ -1,7 +1,7 @@
 /***********************************************************
 * Rocks'n'Diamonds -- McDuffin Strikes Back!               *
 *----------------------------------------------------------*
-* (c) 1995-2001 Artsoft Entertainment                      *
+* (c) 1995-2002 Artsoft Entertainment                      *
 *               Holger Schemel                             *
 *               Detmolder Strasse 189                      *
 *               33604 Bielefeld                            *
 
 #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 DrawHelpScreenElAction(int, boolean);
+void DrawHelpScreenElText(int, int, int, int);
 void DrawHelpScreenMusicText(int);
 void DrawHelpScreenCreditsText(void);
 void DrawHelpScreen(void);
 void HandleHelpScreen(int);
+
 void HandleTypeName(int, Key);
+
 void DrawChooseLevel(void);
 void HandleChooseLevel(int, int, int, int, int);
+
 void DrawHallOfFame(int);
 void HandleHallOfFame(int, int, int, int, int);
+
 void DrawSetupScreen(void);
 void HandleSetupScreen(int, int, int, int, int);
-void DrawSetupInputScreen(void);
-void HandleSetupInputScreen(int, int, int, int, int);
-void CustomizeKeyboard(int);
-void CalibrateJoystick(int);
+
 void HandleGameActions(void);
 
 void CreateScreenGadgets();
-void MapChooseLevelGadgets();
-void UnmapChooseLevelGadgets();
+void FreeScreenGadgets();
+void MapChooseTreeGadgets(TreeInfo *);
+void UnmapChooseTreeGadgets();
 
 #endif /* SCREENS_H */