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