X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=ball%2Futil.h;h=0bbd4e946ffd7b727e67ae4e4b6b77e1ed5da715;hb=afcca7618054cd6c5e900cb32f71466c45edb0cd;hp=e9a4dc981157c35ef56d36bc5d9f701e21ae78dc;hpb=2d59889ffe11b8bd04494232e9fd1e9fe8757b3c;p=neverball diff --git a/ball/util.h b/ball/util.h index e9a4dc9..0bbd4e9 100644 --- a/ball/util.h +++ b/ball/util.h @@ -5,6 +5,7 @@ /*---------------------------------------------------------------------------*/ +#define GUI_NULL_MASK 0x1000 #define GUI_NULL -100 #define GUI_BACK -101 #define GUI_PREV -102 @@ -14,10 +15,11 @@ void gui_most_coins(int, int); void set_most_coins(const struct score *, int); void gui_best_times(int, int); -void set_best_times(const struct score *, int); +void set_best_times(const struct score *, int, int); void gui_keyboard(int); -int gui_back_prev_next(int, int, int); +int gui_back_prev_next(int, int, int); +int gui_maybe(int, const char *, int, int); /*---------------------------------------------------------------------------*/