LeviLamina
Loading...
Searching...
No Matches
LibraryParams.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/cohtml/LibraryParamsWithExternalRenderingLibrary.h"
7#include "mc/deps/renoir/CommonRenderingLibraryParams.h"
8
9namespace cohtml {
10
11struct LibraryParams : public ::cohtml::LibraryParamsWithExternalRenderingLibrary,
12 public ::renoir::CommonRenderingLibraryParams {
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::UntypedStorage<8, 8> mUnk48fe4d;
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 LibraryParams& operator=(LibraryParams const&);
22 LibraryParams(LibraryParams const&);
23 LibraryParams();
24};
25
26} // namespace cohtml
Definition LibraryParams.h:7