diff options
Diffstat (limited to 'core/src/UI/fwd.hpp')
-rw-r--r-- | core/src/UI/fwd.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/UI/fwd.hpp b/core/src/UI/fwd.hpp index 714a443..e412524 100644 --- a/core/src/UI/fwd.hpp +++ b/core/src/UI/fwd.hpp @@ -2,3 +2,6 @@ // Localization.hpp class LocaleStrings; + +// States.hpp +class UIState; |