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