rnd-20020402-2-src
[rocksndiamonds.git] / src / screens.h
1 /***********************************************************
2 * Rocks'n'Diamonds -- McDuffin Strikes Back!               *
3 *----------------------------------------------------------*
4 * (c) 1995-2001 Artsoft Entertainment                      *
5 *               Holger Schemel                             *
6 *               Detmolder Strasse 189                      *
7 *               33604 Bielefeld                            *
8 *               Germany                                    *
9 *               e-mail: info@artsoft.org                   *
10 *----------------------------------------------------------*
11 * screens.h                                                *
12 ***********************************************************/
13
14 #ifndef SCREENS_H
15 #define SCREENS_H
16
17 #include "main.h"
18
19 void DrawHeadline(void);
20
21 void DrawMainMenu(void);
22 void HandleMainMenu(int, int, int, int, int);
23
24 void DrawHelpScreenElAction(int);
25 void DrawHelpScreenElText(int);
26 void DrawHelpScreenMusicText(int);
27 void DrawHelpScreenCreditsText(void);
28 void DrawHelpScreen(void);
29 void HandleHelpScreen(int);
30
31 void HandleTypeName(int, Key);
32
33 void DrawChooseLevel(void);
34 void HandleChooseLevel(int, int, int, int, int);
35
36 void DrawHallOfFame(int);
37 void HandleHallOfFame(int, int, int, int, int);
38
39 void DrawSetupScreen(void);
40 void HandleSetupScreen(int, int, int, int, int);
41
42 void HandleGameActions(void);
43
44 void CreateScreenGadgets();
45 void MapChooseTreeGadgets();
46 void UnmapChooseTreeGadgets();
47
48 #endif  /* SCREENS_H */