LeviLamina
Loading...
Searching...
No Matches
WaterConfig.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // WaterConfig inner types declare
8 // clang-format off
12 // clang-format on
13
14 // WaterConfig inner types define
16 public:
17 // WaterConfigSettingsV0 inner types declare
18 // clang-format off
19 struct WaterSettings;
20 // clang-format on
21
22 // WaterConfigSettingsV0 inner types define
23 struct WaterSettings {
24 public:
25 // WaterSettings inner types declare
26 // clang-format off
27 struct WaterDescription;
28 struct PSY;
29 struct Waves;
30 // clang-format on
31
32 // WaterSettings inner types define
33 struct WaterDescription {};
34
35 struct PSY {};
36
37 struct Waves {};
38 };
39 };
40
42 public:
43 // WaterConfigSettingsV1 inner types declare
44 // clang-format off
45 struct WaterSurfaceParameters;
46 struct WaterSettings;
47 // clang-format on
48
49 // WaterConfigSettingsV1 inner types define
50 struct WaterSurfaceParameters {};
51
52 struct WaterSettings {};
53 };
54
56 public:
57 // WaterConfigSettingsV2 inner types declare
58 // clang-format off
59 struct WaterSettings;
60 // clang-format on
61
62 // WaterConfigSettingsV2 inner types define
63 struct WaterSettings {};
64 };
65};
Definition WaterConfig.h:5
Definition WaterConfig.h:38
Definition WaterConfig.h:191
Definition WaterConfig.h:288