LeviLamina
Loading...
Searching...
No Matches
ManifestValidation.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace OreUI::EntryPoints {
6
7class ManifestValidation {
8public:
9 // ManifestValidation inner types define
10 enum class ScreenType : uchar {};
11};
12
13} // namespace OreUI::EntryPoints