mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Honor IMGUI_DISABLE_TEST_WINDOWS as described (#219)
This commit is contained in:
parent
68962ae683
commit
e1ac5a3198
1 changed files with 2 additions and 0 deletions
|
|
@ -2046,5 +2046,7 @@ static void ShowExampleAppLongText(bool* opened)
|
||||||
#else
|
#else
|
||||||
|
|
||||||
void ImGui::ShowTestWindow(bool*) {}
|
void ImGui::ShowTestWindow(bool*) {}
|
||||||
|
void ImGui::ShowUserGuide(bool*) {}
|
||||||
|
void ImGui::ShowStyleEditor(bool*) {}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue