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