LeviLamina
Loading...
Searching...
No Matches
DocumentUpgrader.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Bedrock::Resources {
6
8public:
9 // DocumentUpgrader inner types declare
10 // clang-format off
11 struct Config;
12 class Loaders;
13 struct UpgradeResult;
14 struct UpgradeStats;
16 // clang-format on
17
18 // DocumentUpgrader inner types define
19 enum class UpgradeType : int {};
20
21 struct Config {};
22
23 class Loaders {};
24
25 struct UpgradeResult {};
26
27 struct UpgradeStats {};
28
30};
31
32} // namespace Bedrock::Resources
Definition DocumentUpgrader.h:23
Definition DocumentUpgrader.h:7
Definition DocumentUpgrader.h:21