X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fdbg_gui.h;fp=src%2Fdbg_gui.h;h=5374d78c8e148d18c84664354e40f993d51e5a63;hb=d29eba477666f0753170d9ad549a4715ce071d04;hp=0000000000000000000000000000000000000000;hpb=8512530474f0e0827447b6c81302120592f0e297;p=laserbrain_demo diff --git a/src/dbg_gui.h b/src/dbg_gui.h new file mode 100644 index 0000000..5374d78 --- /dev/null +++ b/src/dbg_gui.h @@ -0,0 +1,14 @@ +#ifndef DBG_GUI_H_ +#define DBG_GUI_H_ + +#include "imgui/imgui.h" + +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); + +#endif // DBG_GUI_H_