logging/log.h: move enum class formatter to a separate file ...
... to common/logging/formatter.h
This commit is contained in:
parent
a1054a093c
commit
09f4f3f23b
6 changed files with 32 additions and 22 deletions
|
@ -9,7 +9,7 @@
|
|||
#include <string_view>
|
||||
#include <utility>
|
||||
|
||||
#include <fmt/format.h>
|
||||
#include "common/logging/formatter.h"
|
||||
|
||||
namespace Shader {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue