mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Fixed link error when using IMGUI_DISABLE_DEBUG_TOOLS
This commit is contained in:
parent
7965494ff3
commit
d2b0167610
1 changed files with 1 additions and 0 deletions
|
|
@ -15298,6 +15298,7 @@ void ImGui::ShowIDStackToolWindow(bool*) {}
|
|||
void ImGui::DebugHookIdInfo(ImGuiID, ImGuiDataType, const void*, const void*) {}
|
||||
void ImGui::UpdateDebugToolItemPicker() {}
|
||||
void ImGui::UpdateDebugToolStackQueries() {}
|
||||
void ImGui::UpdateDebugToolFlashStyleColor() {}
|
||||
|
||||
#endif // #ifndef IMGUI_DISABLE_DEBUG_TOOLS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue