diff options
Diffstat (limited to 'core/src/UI/fwd.hpp')
-rw-r--r-- | core/src/UI/fwd.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/src/UI/fwd.hpp b/core/src/UI/fwd.hpp index e412524..45facbe 100644 --- a/core/src/UI/fwd.hpp +++ b/core/src/UI/fwd.hpp @@ -5,3 +5,8 @@ class LocaleStrings; // States.hpp class UIState; + +// UI.hpp +namespace ImGui { +enum class IconType; +} |