LeviLamina
Loading...
Searching...
No Matches
ActorCategoryUtils.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/ActorCategory.h"
7
8namespace ActorCategoryUtils {
9// functions
10// NOLINTBEGIN
11MCNAPI ::ActorCategory actorCategoriesFromString(::std::string const& str);
12
13MCNAPI ::ActorCategory actorCategoryFromString(::std::string const& str);
14// NOLINTEND
15
16} // namespace ActorCategoryUtils