summaryrefslogtreecommitdiff
path: root/core/src/Utils/fwd.hpp
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2021-03-27 23:01:07 -0700
committerrtk0c <[email protected]>2021-03-27 23:01:07 -0700
commit442d2d75d71bbc057e667edc301a79fa1cc813be (patch)
treeb5d1e5068a4d481bc6bcd72dca851ac7a85bf7e4 /core/src/Utils/fwd.hpp
Initial setup
Diffstat (limited to 'core/src/Utils/fwd.hpp')
-rw-r--r--core/src/Utils/fwd.hpp22
1 files changed, 22 insertions, 0 deletions
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... 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;