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 };
23};
Definition PlatformConfiguration.h:21
Definition PlatformConfiguration.h:13
Definition PlatformConfiguration.h:5