1 /***********************************************************
2 * Rocks'n'Diamonds -- McDuffin Strikes Back! *
3 *----------------------------------------------------------*
4 * (c) 1995-2002 Artsoft Entertainment *
6 * Detmolder Strasse 189 *
9 * e-mail: info@artsoft.org *
10 *----------------------------------------------------------*
12 ***********************************************************/
19 /* (randomly chosen) values for HandleChooseTree() */
20 #define SCROLL_LINE (1 * SCR_FIELDY)
21 #define SCROLL_PAGE (2 * SCR_FIELDY)
24 void DrawHeadline(void);
26 void DrawMainMenu(void);
27 void HandleMainMenu(int, int, int, int, int);
29 void DrawHelpScreenElAction(int);
30 void DrawHelpScreenElText(int);
31 void DrawHelpScreenMusicText(int);
32 void DrawHelpScreenCreditsText(void);
33 void DrawHelpScreen(void);
34 void HandleHelpScreen(int);
36 void HandleTypeName(int, Key);
38 void DrawChooseLevel(void);
39 void HandleChooseLevel(int, int, int, int, int);
41 void DrawHallOfFame(int);
42 void HandleHallOfFame(int, int, int, int, int);
44 void DrawSetupScreen(void);
45 void HandleSetupScreen(int, int, int, int, int);
47 void HandleGameActions(void);
49 void CreateScreenGadgets();
50 void FreeScreenGadgets();
51 void MapChooseTreeGadgets(TreeInfo *);
52 void UnmapChooseTreeGadgets();
54 #endif /* SCREENS_H */