LeviLamina
Loading...
Searching...
No Matches
SkyboxConfigSettingsV0.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
SkyboxConfig {
6
7
struct
SkyboxConfigSettingsV0
{
8
public
:
9
// SkyboxConfigSettingsV0 inner types declare
10
// clang-format off
11
struct
SkyboxParameters
;
12
// clang-format on
13
14
// SkyboxConfigSettingsV0 inner types define
15
struct
SkyboxParameters
{
16
public
:
17
// SkyboxParameters inner types declare
18
// clang-format off
19
struct
Description
;
20
struct
Lighting
;
21
// clang-format on
22
23
// SkyboxParameters inner types define
24
struct
Description
{};
25
26
struct
Lighting
{};
27
};
28
};
29
30
}
// namespace SkyboxConfig
SkyboxConfig::SkyboxConfigSettingsV0::SkyboxParameters::Description
Definition
SkyboxConfigSettingsV0.h:24
SkyboxConfig::SkyboxConfigSettingsV0::SkyboxParameters::Lighting
Definition
SkyboxConfigSettingsV0.h:26
SkyboxConfig::SkyboxConfigSettingsV0::SkyboxParameters
Definition
SkyboxConfigSettingsV0.h:15
SkyboxConfig::SkyboxConfigSettingsV0
Definition
SkyboxConfigSettingsV0.h:7
src-server
mc
client
renderer
SkyboxConfigSettingsV0.h
Generated on
for LeviLamina by
1.16.1