LeviLamina
Loading...
Searching...
No Matches
Jump.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class EntitySystems;
8namespace VanillaSystemsRegistration { struct RegistrationOptions; }
9// clang-format on
10
11namespace VanillaSystemsRegistration::Jump {
12// functions
13// NOLINTBEGIN
14MCAPI void registerNormalJumpSystems(
15 ::EntitySystems& systemRegistry,
17);
18
19MCAPI void registerPowerJumpSystems(::EntitySystems& systemRegistry);
20// NOLINTEND
21
22} // namespace VanillaSystemsRegistration::Jump
Definition EntitySystems.h:24
Definition RegistrationOptions.h:10