diff --git a/imgui_demo.cpp b/imgui_demo.cpp index ae91761a3..9e5c03fa3 100644 --- a/imgui_demo.cpp +++ b/imgui_demo.cpp @@ -10397,6 +10397,8 @@ void ImGui::ShowAboutWindow(bool*) {} void ImGui::ShowDemoWindow(bool*) {} void ImGui::ShowUserGuide() {} void ImGui::ShowStyleEditor(ImGuiStyle*) {} +bool ImGui::ShowStyleSelector(const char* label) { return false; } +void ImGui::ShowFontSelector(const char* label) {} #endif