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