1
0
mirror of https://github.com/Drezil/imgui.git synced 2025-03-29 07:22:44 +00:00

Fixed IMGUI_DISABLE_TEST_WINDOWS

Fixed warning
This commit is contained in:
ocornut 2015-03-21 10:03:03 +00:00
parent 92a22ab35f
commit 8f90238e53

@ -8822,8 +8822,8 @@ static void ImeSetInputScreenPosFn_DefaultImpl(int x, int y)
#ifdef IMGUI_DISABLE_TEST_WINDOWS
void ImGui::ShowUserGuide() {}
void ImGui::ShowStyleEditor() {}
void ImGui::ShowTestWindow() {}
void ImGui::ShowStyleEditor(ImGuiStyle*) {}
void ImGui::ShowTestWindow(bool*) {}
#else