LeviLamina
Loading...
Searching...
No Matches
SystemSettings.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace cohtml {
6
7struct SystemSettings {
8public:
9 // SystemSettings inner types declare
10 // clang-format off
11 struct FallBackFormats;
12 // clang-format on
13
14 // SystemSettings inner types define
15 struct FallBackFormats {
16 public:
17 // FallBackFormats inner types declare
18 // clang-format off
19 struct FallBackFormat;
20 // clang-format on
21
22 // FallBackFormats inner types define
23 struct FallBackFormat {};
24
25 public:
26 // member variables
27 // NOLINTBEGIN
28 ::ll::UntypedStorage<8, 8> mUnkfc807c;
29 ::ll::UntypedStorage<4, 4> mUnk96baaf;
30 // NOLINTEND
31
32 public:
33 // prevent constructor by default
34 FallBackFormats& operator=(FallBackFormats const&);
35 FallBackFormats(FallBackFormats const&);
36 FallBackFormats();
37 };
38
39public:
40 // member variables
41 // NOLINTBEGIN
42 ::ll::UntypedStorage<8, 16> mUnk1ed39f;
43 ::ll::UntypedStorage<8, 8> mUnk9e46b1;
44 ::ll::UntypedStorage<8, 8> mUnkbf86b0;
45 ::ll::UntypedStorage<8, 8> mUnk1d16a2;
46 ::ll::UntypedStorage<8, 8> mUnk24fa44;
47 ::ll::UntypedStorage<8, 8> mUnk4eba72;
48 ::ll::UntypedStorage<4, 16> mUnk3ec999;
49 ::ll::UntypedStorage<4, 16> mUnkd04d4f;
50 ::ll::UntypedStorage<8, 8> mUnk7395bc;
51 ::ll::UntypedStorage<8, 8> mUnkef2bf7;
52 ::ll::UntypedStorage<4, 4> mUnk3d526f;
53 ::ll::UntypedStorage<1, 1> mUnk104bb4;
54 ::ll::UntypedStorage<1, 1> mUnka48961;
55 ::ll::UntypedStorage<8, 8> mUnk2247b8;
56 ::ll::UntypedStorage<4, 4> mUnk5081fc;
57 // NOLINTEND
58
59public:
60 // prevent constructor by default
61 SystemSettings& operator=(SystemSettings const&);
62 SystemSettings(SystemSettings const&);
63 SystemSettings();
64};
65
66} // namespace cohtml
Definition SystemSettings.h:15
Definition SystemSettings.h:7