LeviLamina
Loading...
Searching...
No Matches
BlockTypeRegistryRWLock.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
12 // NOLINTEND
13
14public:
15 // prevent constructor by default
18
19public:
20 // member functions
21 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // constructor thunks
27 // NOLINTBEGIN
28 MCAPI void* $ctor();
29 // NOLINTEND
30};
Definition BlockTypeRegistryRWLock.h:5
Definition Alias.h:14