rnd-20020402-2-src
[rocksndiamonds.git] / src / screens.h
index 68567082cb1676f50c079cb4b2a18be55ac737c0..6180547e03239aae68b2a79e37c505353b3204a0 100644 (file)
 #include "main.h"
 
 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 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 MapChooseTreeGadgets();
+void UnmapChooseTreeGadgets();
 
 #endif /* SCREENS_H */