X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fscreens.h;h=60f310165c0a8d2c5882ca97d96ca9a137631c4b;hb=c9433eab5c4317ed4f89164b386a7d33562e29be;hp=0cae1835db918ff6baf49573e14651cc204d4c4a;hpb=2ae6ae8ed951e87fcba7c363705cd6ddea8de91c;p=rocksndiamonds.git diff --git a/src/screens.h b/src/screens.h index 0cae1835..60f31016 100644 --- a/src/screens.h +++ b/src/screens.h @@ -1,7 +1,7 @@ /*********************************************************** * Rocks'n'Diamonds -- McDuffin Strikes Back! * *----------------------------------------------------------* -* (c) 1995-2000 Artsoft Entertainment * +* (c) 1995-2002 Artsoft Entertainment * * Holger Schemel * * Detmolder Strasse 189 * * 33604 Bielefeld * @@ -17,29 +17,32 @@ #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(TreeInfo *); +void UnmapChooseTreeGadgets(); #endif /* SCREENS_H */