add infos in Modes and Secrets tabs
[neverball] / ball / levels.h
index f7c094c..c93bac2 100644 (file)
@@ -5,7 +5,7 @@
 
 /*---------------------------------------------------------------------------*/
 
-const struct level_game * curr_lg(void);
+const struct level_game *curr_lg(void);
 
 int  level_replay(const char *);
 void level_play_single(const char *);
@@ -14,13 +14,9 @@ int  level_play_go(void);
 void level_next(void);
 
 void level_stop(int, int, int, int);
-int  level_dead(void);
 
 int  count_extra_balls(int, int);
 
-int  level_sort(int *, int *);
-int  level_done(int *, int *);
-       
 void level_update_player_name(void);
 
 /*---------------------------------------------------------------------------*/