Fix compilation errors when disabling test windows.

docking
cosmy1 9 years ago
parent aa11934efa
commit 4b5a4cae09

@ -2459,7 +2459,7 @@ static void ShowExampleAppLongText(bool* p_open)
#else
void ImGui::ShowTestWindow(bool*) {}
void ImGui::ShowUserGuide(bool*) {}
void ImGui::ShowStyleEditor(bool*) {}
void ImGui::ShowUserGuide() {}
void ImGui::ShowStyleEditor(ImGuiStyle*) {}
#endif

Loading…
Cancel
Save