LeviLamina
Loading...
Searching...
No Matches
PlatformConfiguration.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // PlatformConfiguration inner types declare
8 // clang-format off
10 // clang-format on
11
12 // PlatformConfiguration inner types define
14 public:
15 // GraphicsQualityPreset inner types declare
16 // clang-format off
17 struct LODs;
18 // clang-format on
19
20 // GraphicsQualityPreset inner types define
21 struct LODs {
22 public:
23 // member variables
24 // NOLINTBEGIN
36 // NOLINTEND
37
38 public:
39 // prevent constructor by default
40 LODs& operator=(LODs const&);
41 LODs(LODs const&);
42 LODs();
43 };
44
45 public:
46 // member variables
47 // NOLINTBEGIN
50 // NOLINTEND
51
52 public:
53 // prevent constructor by default
57 };
58
59public:
60 // member variables
61 // NOLINTBEGIN
74 // NOLINTEND
75
76public:
77 // prevent constructor by default
81};
Definition PlatformConfiguration.h:21
Definition PlatformConfiguration.h:13
Definition PlatformConfiguration.h:5
Definition Alias.h:14