X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=ball%2Fgame.h;h=7a74aed8ac628a8f9c43aad6d3035446b8d28437;hb=afcca7618054cd6c5e900cb32f71466c45edb0cd;hp=80ea9f1d12c231bf01ff772e4d23d7061f0ff8d3;hpb=cccaf2477c8589b844b870fa21c47a91cbeedce8;p=neverball diff --git a/ball/game.h b/ball/game.h index 80ea9f1..7a74aed 100644 --- a/ball/game.h +++ b/ball/game.h @@ -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);