LeviLamina
Loading...
Searching...
No Matches
Whisker_ScopeStackStorage.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Bedrock::Profiling { class PerfClock; }
8// clang-format on
9
10namespace Bedrock::Profile {
11
12struct Whisker_ScopeStackStorage {
13public:
14 // member variables
15 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 Whisker_ScopeStackStorage& operator=(Whisker_ScopeStackStorage const&);
22 Whisker_ScopeStackStorage(Whisker_ScopeStackStorage const&);
23 Whisker_ScopeStackStorage();
24};
25
26} // namespace Bedrock::Profile
Definition PerfClock.h:7
Definition Alias.h:14