Photon 1.0.0
Loading...
Searching...
No Matches
fwd.h
Go to the documentation of this file.
1// Copyright(c) 2015-present, Gabi Melman & spdlog contributors.
2// Distributed under the MIT License (http://opensource.org/licenses/MIT)
3
4#pragma once
5
6namespace spdlog
7{
8 class logger;
9 class formatter;
10
11 namespace sinks
12 {
13 class sink;
14 }
15
16 namespace level
17 {
18 enum level_enum : int;
19 }
20
21} // namespace spdlog
level_enum
Definition common.h:233
Definition async.h:26
Definition core.h:944