LeviLamina
Loading...
Searching...
No Matches
FogDefinitionCerealParser.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // FogDefinitionCerealParser inner types declare
8 // clang-format off
10 // clang-format on
11
12 // FogDefinitionCerealParser inner types define
13 struct FogParametersSrcV0 {
14 public:
15 // FogParametersSrcV0 inner types declare
16 // clang-format off
17 struct FogSettings;
18 // clang-format on
19
20 // FogParametersSrcV0 inner types define
21 struct FogSettings {
22 public:
23 // FogSettings inner types declare
24 // clang-format off
25 struct FogDescription;
26 struct FogDistanceSetting;
38 // clang-format on
39
40 // FogSettings inner types define
41 struct FogDescription {};
42
44 public:
45 // FogDistanceSetting inner types define
46 enum class DistanceType : int {};
47 };
48
50
52
54
56
58
60
62
64
66
68
70 };
71 };
72};
Definition FogDefinitionCerealParser.h:5
Definition FogDefinitionCerealParser.h:21
Definition FogDefinitionCerealParser.h:13