载入中...
搜索中...
未找到
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.
7namespace ImGui {
8void ShowFontAtlas(ImFontAtlas *) {}
9} // namespace ImGui
void ShowFontAtlas(ImFontAtlas *)