From 44f5fa5c8f258e8fc1f7d7e2e45e0485bd6cc490 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Wed, 31 Mar 2021 20:19:18 -0700 Subject: Complete items tab (UI and serialization) --- core/src/Utils/fwd.hpp | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'core/src/Utils/fwd.hpp') diff --git a/core/src/Utils/fwd.hpp b/core/src/Utils/fwd.hpp index f33cb14..58b2991 100644 --- a/core/src/Utils/fwd.hpp +++ b/core/src/Utils/fwd.hpp @@ -1,20 +1,20 @@ -#pragma once - -// Sigslot.hpp -class SignalStub; -template -class Signal; -class SlotGuard; - -// I18n.hpp -class I18n; -struct StringArgument; -struct IntArgument; -struct FloatArgument; -class BasicTranslation; -class FormattedTranslation; -class NumericTranslation; - -// String.hpp -class Utf8Iterator; -class Utf8IterableString; +#pragma once + +// Sigslot.hpp +class SignalStub; +template +class Signal; +class SlotGuard; + +// I18n.hpp +class I18n; +struct StringArgument; +struct IntArgument; +struct FloatArgument; +class BasicTranslation; +class FormattedTranslation; +class NumericTranslation; + +// String.hpp +class Utf8Iterator; +class Utf8IterableString; -- cgit v1.2.3-70-g09d2