mirror of
https://github.com/ocornut/imgui.git
synced 2025-04-07 22:43:09 +00:00
MIssing IMGUI_API for a type with non-inline methods.
This commit is contained in:
parent
06eef2ce6f
commit
061d8df033
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue