LeviLamina
Loading...
Searching...
No Matches
CraftableCountingData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct CraftableCountingData {
6public:
7 // member variables
8 // NOLINTBEGIN
11 // NOLINTEND
12
13public:
14 // prevent constructor by default
15 CraftableCountingData& operator=(CraftableCountingData const&);
16 CraftableCountingData(CraftableCountingData const&);
17 CraftableCountingData();
18};
Definition Alias.h:14