LeviLamina
Loading...
Searching...
No Matches
RealmsSlotSettings.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace OreUI::EntryPoints {
6
8public:
9 // RealmsSlotSettings inner types declare
10 // clang-format off
11 struct PathComponents;
12 // clang-format on
13
14 // RealmsSlotSettings inner types define
15 struct PathComponents {};
16};
17
18} // namespace OreUI::EntryPoints
Definition RealmsSlotSettings.h:7