rnd-20000917-1-src
[rocksndiamonds.git] / src / screens.h
index 67ee9c28cd53c29432d665afda673b13c1a45b8a..e5053667fc241e130538a8a8ad8fb2258f9bbf97 100644 (file)
@@ -25,7 +25,7 @@ void DrawHelpScreenMusicText(int);
 void DrawHelpScreenCreditsText(void);
 void DrawHelpScreen(void);
 void HandleHelpScreen(int);
-void HandleTypeName(int, KeySym);
+void HandleTypeName(int, Key);
 void DrawChooseLevel(void);
 void HandleChooseLevel(int, int, int, int, int);
 void DrawHallOfFame(int);
@@ -38,4 +38,8 @@ void CustomizeKeyboard(int);
 void CalibrateJoystick(int);
 void HandleGameActions(void);
 
+void CreateScreenGadgets();
+void MapChooseLevelGadgets();
+void UnmapChooseLevelGadgets();
+
 #endif /* SCREENS_H */