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