diff --git a/imgui_demo.cpp b/imgui_demo.cpp index 008ee38..48c7e2f 100644 --- a/imgui_demo.cpp +++ b/imgui_demo.cpp @@ -2046,5 +2046,7 @@ #else void ImGui::ShowTestWindow(bool*) {} +void ImGui::ShowUserGuide(bool*) {} +void ImGui::ShowStyleEditor(bool*) {} #endif