From 442d2d75d71bbc057e667edc301a79fa1cc813be Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sat, 27 Mar 2021 23:01:07 -0700 Subject: Initial setup --- core/src/Utils/fwd.hpp | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 core/src/Utils/fwd.hpp (limited to 'core/src/Utils/fwd.hpp') diff --git a/core/src/Utils/fwd.hpp b/core/src/Utils/fwd.hpp new file mode 100644 index 0000000..1949ca2 --- /dev/null +++ b/core/src/Utils/fwd.hpp @@ -0,0 +1,22 @@ +#pragma once + +#include "Dialog/fwd.hpp" + +// 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