summaryrefslogtreecommitdiff
path: root/core/src/Utils/fwd.hpp
blob: f33cb1425e776a3e4e046082f310c69fb178530a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#pragma once

// Sigslot.hpp
class SignalStub;
template <class... TArgs>
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;