LeviLamina
Loading...
Searching...
No Matches
UpscalingConfiguration.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // UpscalingConfiguration inner types declare
8 // clang-format off
9 struct Configs;
10 // clang-format on
11
12 // UpscalingConfiguration inner types define
13 struct Configs {};
14};
15
16// free functions
17// NOLINTBEGIN
18MCNAPI bool operator==(::UpscalingConfiguration::Configs const& __P0, ::UpscalingConfiguration::Configs const& __P1);
19// NOLINTEND
Definition UpscalingConfiguration.h:13
Definition UpscalingConfiguration.h:5