changed a few awkward phrases in help menus
[neverball] / ball / util.h
index 9b8f1f3..0bbd4e9 100644 (file)
@@ -5,6 +5,7 @@
 
 /*---------------------------------------------------------------------------*/
 
+#define GUI_NULL_MASK 0x1000
 #define GUI_NULL -100
 #define GUI_BACK -101
 #define GUI_PREV -102
@@ -17,7 +18,8 @@ void gui_best_times(int, 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);
 
 /*---------------------------------------------------------------------------*/