LeviLamina
Loading...
Searching...
No Matches
Section.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/poi/BlockPosId.h"
7
8namespace Poi {
9
10struct Section {
11public:
12 // member variables
13 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 Section& operator=(Section const&);
24 Section(Section const&);
25 Section();
26};
27
28} // namespace Poi
Definition Alias.h:14