LeviLamina
Loading...
Searching...
No Matches
EditorLoggingFacet.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace OreUI {
6
8public:
9 // EditorLoggingFacet inner types declare
10 // clang-format off
11 struct LogNotification;
12 // clang-format on
13
14 // EditorLoggingFacet inner types define
15 struct LogNotification {};
16};
17
18} // namespace OreUI
Definition EditorLoggingFacet.h:15
Definition EditorLoggingFacet.h:7