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