rocks_n_diamonds-0.9b
[rocksndiamonds.git] / src / screens.h
1 /***********************************************************
2 *  Rocks'n'Diamonds -- McDuffin Strikes Back!              *
3 *----------------------------------------------------------*
4 *  ©1995 Artsoft Development                               *
5 *        Holger Schemel                                    *
6 *        33659 Bielefeld-Senne                             *
7 *        Telefon: (0521) 493245                            *
8 *        eMail: aeglos@valinor.owl.de                      *
9 *               aeglos@uni-paderborn.de                    *
10 *               q99492@pbhrzx.uni-paderborn.de             *
11 *----------------------------------------------------------*
12 *  screens.h                                               *
13 ***********************************************************/
14
15 #ifndef SCREENS_H
16 #define SCREENS_H
17
18 #include "main.h"
19
20 void DrawMainMenu();
21 void HandleMainMenu(int, int, int, int, int);
22 void DrawHelpScreenElAction(int);
23 void DrawHelpScreenElText(int);
24 void DrawHelpScreenMusicText(int);
25 void DrawHelpScreenCreditsText(void);
26 void DrawHelpScreen();
27 void HandleHelpScreen(int);
28 void HandleTypeName(int, KeySym);
29 void DrawChooseLevel(void);
30 void HandleChooseLevel(int, int, int, int, int);
31 void DrawHallOfFame(int);
32 void HandleHallOfFame(int);
33 void DrawSetupScreen();
34 void HandleSetupScreen(int, int, int, int, int);
35 void CalibrateJoystick(void);
36 void HandleVideoButtons(int, int, int);
37 void HandleSoundButtons(int, int, int);
38 void HandleGameButtons(int, int, int);
39
40 #endif