aboutsummaryrefslogtreecommitdiff
path: root/primedev/thirdparty/spdlog/fwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'primedev/thirdparty/spdlog/fwd.h')
-rw-r--r--primedev/thirdparty/spdlog/fwd.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/primedev/thirdparty/spdlog/fwd.h b/primedev/thirdparty/spdlog/fwd.h
new file mode 100644
index 00000000..cc05ddd4
--- /dev/null
+++ b/primedev/thirdparty/spdlog/fwd.h
@@ -0,0 +1,14 @@
+// Copyright(c) 2015-present, Gabi Melman & spdlog contributors.
+// Distributed under the MIT License (http://opensource.org/licenses/MIT)
+
+#pragma once
+
+namespace spdlog {
+class logger;
+class formatter;
+
+namespace sinks {
+class sink;
+}
+
+} // namespace spdlog