X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_mm%2Fmm_game.h;h=f8db06bb2ddbc4b222b767d5ba88983340997c23;hp=845968207026ad82822f777f53b4c4c90838a3aa;hb=115ce6f2da1914d68b0fe0e5f9082973190dacdd;hpb=d9ea00b22977a971eaf8ee580b4f8804dd2f6fc1 diff --git a/src/game_mm/mm_game.h b/src/game_mm/mm_game.h index 84596820..f8db06bb 100644 --- a/src/game_mm/mm_game.h +++ b/src/game_mm/mm_game.h @@ -15,20 +15,6 @@ #include "main_mm.h" -/* score for elements (also used by editor.c) */ -#define SC_EDELSTEIN 0 -#define SC_DIAMANT 1 -#define SC_KAEFER 2 -#define SC_FLIEGER 3 -#define SC_MAMPFER 4 -#define SC_ROBOT 5 -#define SC_PACMAN 6 -#define SC_KOKOSNUSS 7 -#define SC_DYNAMIT 8 -#define SC_KEY 9 -#define SC_ZEITBONUS 10 - - void InitAmoebaNr(int, int); void GameWon_MM(void); int NewHiScore_MM(void); @@ -73,8 +59,8 @@ boolean SnapField(struct PlayerInfo *, int, int); boolean PlaceBomb(struct PlayerInfo *); void PlaySoundLevel(int, int, int); -void CreateGameButtons(); -void UnmapGameButtons(); +void CreateGameButtons(void); +void UnmapGameButtons(void); void AddLaserEdge(int, int); void AddDamagedField(int, int);