LeviLamina
Loading...
Searching...
No Matches
ComponentBitset.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/container/EnumSet.h"
7#include "mc/entity/utilities/history/ComponentBits.h"
8
9namespace History {
10
11struct ComponentBitset : public ::Bedrock::EnumSet<::History::ComponentBits, 17> {};
12
13} // namespace History
Definition EnumSet.h:8
Definition ComponentBitset.h:11