Store replay date/time as an ISO 8601 formatted string. This involves
[neverball] / ball / game.h
index 2e9f5d8..7a74aed 100644 (file)
@@ -45,7 +45,7 @@ int   curr_coins(void);
 int   curr_goal(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);