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