Explorar o código

Honor IMGUI_DISABLE_TEST_WINDOWS as described (#219)

ocornut %!s(int64=10) %!d(string=hai) anos
pai
achega
e1ac5a3198
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      imgui_demo.cpp

+ 2 - 0
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