LeviLamina
Loading...
Searching...
No Matches
WeatherRenderObject.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct WeatherRenderObject {
6public:
7 // WeatherRenderObject inner types declare
8 // clang-format off
9 struct PreviousPosition;
10 struct RuntimeValues;
12 struct WeatherParameters;
13 // clang-format on
14
15 // WeatherRenderObject inner types define
16 enum class PrecipitationType : int {};
17
18 struct PreviousPosition {};
19
20 struct RuntimeValues {};
21
23
24 struct WeatherParameters {};
25};
Definition WeatherRenderObject.h:18
Definition WeatherRenderObject.h:22
Definition WeatherRenderObject.h:20
Definition WeatherRenderObject.h:24