X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=src%2Fdbg_gui.h;h=69b68aa171a7afe11b922fb720ec99610251bc46;hp=f6ff011dbfd3c7441479d015ad11c574bbeb7cdb;hb=6ef619c6d92c698728576a4ec1c798a0f716d9a4;hpb=e12a327cc0b4f1e59f4a66a80b170ec41ce97be6 diff --git a/src/dbg_gui.h b/src/dbg_gui.h index f6ff011..69b68aa 100644 --- a/src/dbg_gui.h +++ b/src/dbg_gui.h @@ -3,8 +3,11 @@ #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();