From e1ac5a3198019af1224b80e1f49ea0d252ea3197 Mon Sep 17 00:00:00 2001 From: ocornut Date: Tue, 21 Jul 2015 19:57:32 -0600 Subject: [PATCH] Honor IMGUI_DISABLE_TEST_WINDOWS as described (#219) --- imgui_demo.cpp | 2 ++ 1 file changed, 2 insertions(+) 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