Correct logic of BSP back/front tests
[neverball] / share / gui.h
index 6013c30..6d3d852 100644 (file)
@@ -83,11 +83,12 @@ int  gui_delete(int);
 
 /*---------------------------------------------------------------------------*/
 
-void gui_paint(int, int);
+void gui_paint(int);
 void gui_pulse(int, float);
 void gui_timer(int, float);
 int  gui_point(int, int, int);
 int  gui_stick(int, int, int);
+void gui_stuck(void);
 int  gui_click(void);
 void gui_focus(int);