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
33 // NOLINTEND
34
35 public:
36 // prevent constructor by default
37 LODs& operator=(LODs const&);
38 LODs(LODs const&);
39 LODs();
40 };
41
42 public:
43 // member variables
44 // NOLINTBEGIN
47 // NOLINTEND
48
49 public:
50 // prevent constructor by default
54 };
55
56public:
57 // member variables
58 // NOLINTBEGIN
69 // NOLINTEND
70
71public:
72 // prevent constructor by default
76};
Definition PlatformConfiguration.h:21
Definition PlatformConfiguration.h:13
Definition PlatformConfiguration.h:5
Definition Alias.h:14