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> mUnk1fc37b;
17 ::ll::UntypedStorage<1, 1> mUnke4bee9;
18 ::ll::UntypedStorage<1, 1> mUnk53e687;
19 ::ll::UntypedStorage<1, 1> mUnk2b1593;
20 ::ll::UntypedStorage<4, 4> mUnk4bd6ed;
21 ::ll::UntypedStorage<8, 8> mUnk5db356;
22 ::ll::UntypedStorage<8, 8> mUnkb82e41;
23 ::ll::UntypedStorage<8, 8> mUnk15bbcc;
24 ::ll::UntypedStorage<1, 1> mUnk8fc45d;
25 ::ll::UntypedStorage<8, 8> mUnk80c01f;
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
30 LibraryParamsWithExternalRenderingLibrary& operator=(LibraryParamsWithExternalRenderingLibrary const&);
31 LibraryParamsWithExternalRenderingLibrary(LibraryParamsWithExternalRenderingLibrary const&);
32 LibraryParamsWithExternalRenderingLibrary();
33};
34
35} // namespace cohtml
Definition LibraryParamsWithExternalRenderingLibrary.h:7