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