add infos in Modes and Secrets tabs
[neverball] / ball / game.h
index 80ea9f1..7a74aed 100644 (file)
@@ -43,10 +43,9 @@ void  game_free(void);
 int   curr_clock(void);
 int   curr_coins(void);
 int   curr_goal(void);
-char *curr_intro(void);
 
 void  game_draw(int, float);
-int   game_step(const float[3], float, int);
+int   game_step(const float[3], float, int *);
 
 void  game_set_pos(int, int);
 void  game_set_x  (int);