LeviLamina
Loading...
Searching...
No Matches
LibraryParamsWithExternalRenderingLibrary.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace cohtml {
6
8public:
9 // member variables
10 // NOLINTBEGIN
11 ::ll::UntypedStorage<8, 8> mUnkb3340f;
12 ::ll::UntypedStorage<8, 8> mUnk5c8f3d;
13 ::ll::UntypedStorage<4, 4> mUnk342cd0;
14 ::ll::UntypedStorage<8, 8> mUnke5ff9c;
15 ::ll::UntypedStorage<8, 8> mUnkd785e9;
16 ::ll::UntypedStorage<8, 8> mUnk5465d2;
17 ::ll::UntypedStorage<8, 8> mUnk59b879;
18 ::ll::UntypedStorage<8, 8> mUnk1fc37b;
19 ::ll::UntypedStorage<1, 1> mUnke4bee9;
20 ::ll::UntypedStorage<1, 1> mUnk53e687;
21 ::ll::UntypedStorage<1, 1> mUnk2b1593;
22 ::ll::UntypedStorage<4, 4> mUnk4bd6ed;
23 ::ll::UntypedStorage<8, 8> mUnk5db356;
24 ::ll::UntypedStorage<8, 8> mUnkb82e41;
25 ::ll::UntypedStorage<8, 8> mUnk15bbcc;
26 ::ll::UntypedStorage<1, 1> mUnk8fc45d;
27 ::ll::UntypedStorage<8, 8> mUnk80c01f;
28 // NOLINTEND
29
30public:
31 // prevent constructor by default
32 LibraryParamsWithExternalRenderingLibrary& operator=(LibraryParamsWithExternalRenderingLibrary const&);
33 LibraryParamsWithExternalRenderingLibrary(LibraryParamsWithExternalRenderingLibrary const&);
34 LibraryParamsWithExternalRenderingLibrary();
35};
36
37} // namespace cohtml
Definition LibraryParamsWithExternalRenderingLibrary.h:7