X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=src%2Fdbg_gui.h;h=69b68aa171a7afe11b922fb720ec99610251bc46;hp=739e1af24e61206e708ae5cd4f01b005748062b8;hb=6ef619c6d92c698728576a4ec1c798a0f716d9a4;hpb=512acaa2427ffa2ff19079f999bc2fcd7cd33925 diff --git a/src/dbg_gui.h b/src/dbg_gui.h index 739e1af..69b68aa 100644 --- a/src/dbg_gui.h +++ b/src/dbg_gui.h @@ -3,6 +3,12 @@ #include "imgui/imgui.h" +class SceneNode; + +extern bool debug_gui; +extern bool parent_expanded; +extern SceneNode *dbg_sel_node; + bool init_debug_gui(); void cleanup_debug_gui();