LeviLamina
Loading...
Searching...
No Matches
VanillaSystems.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/ecs/strict/OptionalGlobal.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace ECSModule { class IECSModule; }
11namespace VanillaSystems { struct ActorMoveArgs; }
12namespace VanillaSystems { struct BlockSourceFactoryAdapterComponent; }
13// clang-format on
14
15namespace VanillaSystems {
16// functions
17// NOLINTBEGIN
18MCAPI ::std::unique_ptr<::ECSModule::IECSModule> createActorMoveModule(::VanillaSystems::ActorMoveArgs args);
19
20MCAPI void
21createTemporaryBlockSource(::OptionalGlobal<::VanillaSystems::BlockSourceFactoryAdapterComponent> adapterComponent);
22
23MCAPI void
24resetTemporaryBlockSource(::OptionalGlobal<::VanillaSystems::BlockSourceFactoryAdapterComponent> adapterComponent);
25// NOLINTEND
26
27} // namespace VanillaSystems
Definition IECSModule.h:14
Definition ActorMoveArgs.h:13
Definition BlockSourceFactoryAdapterComponent.h:13