X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=src%2Fdbg_gui.h;h=739e1af24e61206e708ae5cd4f01b005748062b8;hp=5374d78c8e148d18c84664354e40f993d51e5a63;hb=512acaa2427ffa2ff19079f999bc2fcd7cd33925;hpb=d29eba477666f0753170d9ad549a4715ce071d04 diff --git a/src/dbg_gui.h b/src/dbg_gui.h index 5374d78..739e1af 100644 --- a/src/dbg_gui.h +++ b/src/dbg_gui.h @@ -7,8 +7,9 @@ bool init_debug_gui(); void cleanup_debug_gui(); void debug_gui_reshape(int x, int y); -bool debug_gui_key(int key, bool press, unsigned int modstate); -bool debug_gui_mbutton(int bn, bool press, int x, int y); -bool debug_gui_mmotion(int x, int y); +void debug_gui_key(int key, bool press, unsigned int modstate); +void debug_gui_mbutton(int bn, bool press, int x, int y); +void debug_gui_mmotion(int x, int y); +void debug_gui_wheel(int dir); #endif // DBG_GUI_H_