diff options
Diffstat (limited to 'core/src/Utils/fwd.hpp')
-rw-r--r-- | core/src/Utils/fwd.hpp | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/core/src/Utils/fwd.hpp b/core/src/Utils/fwd.hpp index 58b2991..74e642d 100644 --- a/core/src/Utils/fwd.hpp +++ b/core/src/Utils/fwd.hpp @@ -1,10 +1,8 @@ #pragma once -// Sigslot.hpp -class SignalStub; -template <class... TArgs> -class Signal; -class SlotGuard; +// Color.hpp +class RgbaColor; +class HsvColor; // I18n.hpp class I18n; @@ -15,6 +13,12 @@ class BasicTranslation; class FormattedTranslation; class NumericTranslation; +// Sigslot.hpp +class SignalStub; +template <class... TArgs> +class Signal; +class SlotGuard; + // String.hpp class Utf8Iterator; class Utf8IterableString; |