LeviLamina
Loading...
Searching...
No Matches
DebugDump.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace cohtml {
6
7struct DebugDump {
8public:
9 // DebugDump inner types define
10 enum class DumpFlags : int {};
11};
12
13} // namespace cohtml