LeviLamina
Loading...
Searching...
No Matches
ScaleByAgeSystem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8class EntitySystems;
9// clang-format on
10
11namespace ScaleByAgeSystem {
12// functions
13// NOLINTBEGIN
14MCNAPI void registerSystems(::EntitySystems& systemRegistry, ::BaseGameVersion const& baseGameVersion);
15// NOLINTEND
16
17} // namespace ScaleByAgeSystem
Definition BaseGameVersion.h:8
Definition EntitySystems.h:25