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