LeviLamina
Loading...
Searching...
No Matches
ConstantBufferConstantsBase.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace mce {
6
8public:
9 // member variables
10 // NOLINTBEGIN
11 ::ll::UntypedStorage<8, 8> mUnk2df460;
12 // NOLINTEND
13
14public:
15 // prevent constructor by default
16 ConstantBufferConstantsBase& operator=(ConstantBufferConstantsBase const&);
17 ConstantBufferConstantsBase(ConstantBufferConstantsBase const&);
18 ConstantBufferConstantsBase();
19
20public:
21 // virtual functions
22 // NOLINTBEGIN
23 virtual ~ConstantBufferConstantsBase() = default;
24
25 virtual void init() = 0;
26 // NOLINTEND
27
28public:
29 // virtual function thunks
30 // NOLINTBEGIN
31
32 // NOLINTEND
33
34public:
35 // vftables
36 // NOLINTBEGIN
37 MCNAPI static void** $vftable();
38 // NOLINTEND
39};
40
41} // namespace mce
Definition ConstantBufferConstantsBase.h:7
static MCAPI void ** $vftable()