X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=src%2Fdbg_gui.cc;h=68832ce008723c96ad21e361e0dab357e4490433;hp=a968b29fa45f34a67c6e4354978294800107c1fc;hb=e12a327cc0b4f1e59f4a66a80b170ec41ce97be6;hpb=512acaa2427ffa2ff19079f999bc2fcd7cd33925 diff --git a/src/dbg_gui.cc b/src/dbg_gui.cc index a968b29..68832ce 100644 --- a/src/dbg_gui.cc +++ b/src/dbg_gui.cc @@ -7,6 +7,8 @@ static void render_func(ImDrawData *ddat); +bool debug_gui, parent_expanded; + static ImGuiIO *io; static Texture *tex;