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 public:
25 // member variables
26 // NOLINTBEGIN
27 ::ll::UntypedStorage<8, 8> mUnkcbb1ad;
28 ::ll::UntypedStorage<8, 8> mUnk5a95e3;
29 ::ll::UntypedStorage<4, 4> mUnk9a6b49;
30 // NOLINTEND
31
32 public:
33 // prevent constructor by default
34 FallBackFormat& operator=(FallBackFormat const&);
35 FallBackFormat(FallBackFormat const&);
36 FallBackFormat();
37 };
38
39 public:
40 // member variables
41 // NOLINTBEGIN
42 ::ll::UntypedStorage<8, 8> mUnkfc807c;
43 ::ll::UntypedStorage<4, 4> mUnk96baaf;
44 // NOLINTEND
45
46 public:
47 // prevent constructor by default
48 FallBackFormats& operator=(FallBackFormats const&);
49 FallBackFormats(FallBackFormats const&);
50 FallBackFormats();
51 };
52
53public:
54 // member variables
55 // NOLINTBEGIN
56 ::ll::UntypedStorage<8, 16> mUnk1ed39f;
57 ::ll::UntypedStorage<8, 8> mUnk9e46b1;
58 ::ll::UntypedStorage<8, 8> mUnkbf86b0;
59 ::ll::UntypedStorage<8, 8> mUnk1d16a2;
60 ::ll::UntypedStorage<8, 8> mUnk24fa44;
61 ::ll::UntypedStorage<8, 8> mUnk4eba72;
62 ::ll::UntypedStorage<8, 8> mUnk4b5aaf;
63 ::ll::UntypedStorage<4, 16> mUnk3ec999;
64 ::ll::UntypedStorage<4, 16> mUnkd04d4f;
65 ::ll::UntypedStorage<8, 8> mUnk7395bc;
66 ::ll::UntypedStorage<8, 8> mUnkef2bf7;
67 ::ll::UntypedStorage<4, 4> mUnk3d526f;
68 ::ll::UntypedStorage<1, 1> mUnk104bb4;
69 ::ll::UntypedStorage<1, 1> mUnka48961;
70 ::ll::UntypedStorage<8, 8> mUnk2247b8;
71 ::ll::UntypedStorage<4, 4> mUnk5081fc;
72 // NOLINTEND
73
74public:
75 // prevent constructor by default
76 SystemSettings& operator=(SystemSettings const&);
77 SystemSettings(SystemSettings const&);
78 SystemSettings();
79};
80
81} // namespace cohtml
Definition SystemSettings.h:15
Definition SystemSettings.h:7