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

#include "Dialog/fwd.hpp"

// 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;