mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
15 lines
260 B
C
15 lines
260 B
C
![]() |
// 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
|