载入中...
搜索中...
未找到
src
modules
ui
imgui
ImGuiCompat.cpp
浏览该文件的文档.
1
#include <imgui.h>
2
3
// Some installed ImGui builds include ShowMetricsWindow from imgui.cpp but omit
4
// imgui_demo.cpp, where this helper normally lives. The metrics window is not part
5
// of EVEngine's runtime UI, so provide the missing no-op to keep such static builds
6
// linkable. The source-built EVEngine configuration also omits imgui_demo.cpp.
7
namespace
ImGui
{
8
void
ShowFontAtlas
(ImFontAtlas *) {}
9
}
// namespace ImGui
ImGui
Definition
ImGuiCompat.cpp:7
ImGui::ShowFontAtlas
void ShowFontAtlas(ImFontAtlas *)
Definition
ImGuiCompat.cpp:8