Switched to header only spdlog for better portability

This commit is contained in:
Bartek Kryza
2022-06-08 23:44:20 +02:00
parent 45d31fba2c
commit 90da2e5238
99 changed files with 23238 additions and 47 deletions

14
thirdparty/spdlog/fwd.h vendored Normal file
View File

@@ -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