rudimentary scenegraph treeview
[laserbrain_demo] / src / dbg_gui.cc
index a968b29..68832ce 100644 (file)
@@ -7,6 +7,8 @@
 
 static void render_func(ImDrawData *ddat);
 
+bool debug_gui, parent_expanded;
+
 static ImGuiIO *io;
 static Texture *tex;