mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-13 13:18:31 +01:00

Add `struct` keywords where required. The messy part is the ImFont::Glyph inner struct, which needs to match the implementation in fontAtlas.cpp when building the library, but the namespace syntax is invalid C, so we have to use a macro to satisfy both use cases.