22 #ifndef BACKENDS_IMGUI_COMPONENTS_IMGUI_LOGGER_H 23 #define BACKENDS_IMGUI_COMPONENTS_IMGUI_LOGGER_H 25 #ifndef IMGUI_DEFINE_MATH_OPERATORS 26 #define IMGUI_DEFINE_MATH_OPERATORS 29 #include "backends/imgui/imgui.h" 41 bool _showError =
true;
42 bool _showWarn =
true;
43 bool _showInfo =
true;
44 bool _showdebug =
true;
62 void addLog(
const char *fmt, ...) IM_FMTARGS(2);
63 void drawColorOptions();
64 void draw(
const char *title,
bool *p_open);
Definition: imgui_logger.h:31
Definition: imgui_logger.h:33