mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Fix compilation errors when disabling test windows.
This commit is contained in:
parent
aa11934efa
commit
4b5a4cae09
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue