LeviLamina
Loading...
Searching...
No Matches
RTClearConfig.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace renoir {
6
7class RTClearConfig {
8public:
9 // member variables
10 // NOLINTBEGIN
11 ::ll::UntypedStorage<1, 1> mUnkbf71eb;
12 ::ll::UntypedStorage<1, 1> mUnked026e;
13 ::ll::UntypedStorage<1, 1> mUnk946611;
14 ::ll::UntypedStorage<1, 1> mUnk17baee;
15 ::ll::UntypedStorage<4, 16> mUnk388743;
16 ::ll::UntypedStorage<4, 4> mUnk8a2018;
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 RTClearConfig& operator=(RTClearConfig const&);
22 RTClearConfig(RTClearConfig const&);
23 RTClearConfig();
24};
25
26} // namespace renoir
Definition RTClearConfig.h:7