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