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