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