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