Honor IMGUI_DISABLE_TEST_WINDOWS as described (#219)

This commit is contained in:
ocornut 2015-07-21 19:57:32 -06:00
parent 68962ae683
commit e1ac5a3198
1 changed files with 2 additions and 0 deletions

View File

@ -2046,5 +2046,7 @@ static void ShowExampleAppLongText(bool* opened)
#else
void ImGui::ShowTestWindow(bool*) {}
void ImGui::ShowUserGuide(bool*) {}
void ImGui::ShowStyleEditor(bool*) {}
#endif