aboutsummaryrefslogtreecommitdiff
path: root/app/source/Cplt/Utils/fwd.hpp
blob: 366cacc60716727f47516bfa7005b0e46d14bacb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#pragma once

#include <Cplt/Utils/IO/fwd.hpp>

// Color.hpp
class RgbaColor;
class HsvColor;

// Sigslot.hpp
class SignalStub;
template <class... TArgs>
class Signal;
class SlotGuard;

// String.hpp
class Utf8Iterator;
class Utf8IterableString;