mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-04 12:08:47 +02:00
MIssing IMGUI_API for a type with non-inline methods.
This commit is contained in:
@ -448,7 +448,7 @@ struct ImGuiColumnsSet
|
||||
}
|
||||
};
|
||||
|
||||
struct ImDrawListSharedData
|
||||
struct IMGUI_API ImDrawListSharedData
|
||||
{
|
||||
ImVec2 TexUvWhitePixel; // UV of white pixel in the atlas
|
||||
ImFont* Font; // Current/default font (optional, for simplified AddText overload)
|
||||
|
Reference in New Issue
Block a user