LeviLamina
Loading...
Searching...
No Matches
GeneticsDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/json_utils/JsonSchemaObjectNode.h"
7
8// auto generated forward declare list
9// clang-format off
10class EntityContext;
12struct GeneDefinition;
13namespace JsonUtil { class EmptyClass; }
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 GeneticsDefinition& operator=(GeneticsDefinition const&);
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCAPI void addGeneDefinition(::GeneDefinition const& geneDefinition);
34
35 MCAPI void initialize(::EntityContext& entity, ::GeneticsComponent& component) const;
36 // NOLINTEND
37
38public:
39 // static functions
40 // NOLINTBEGIN
41 MCAPI static void
43 );
44 // NOLINTEND
45};
Definition EntityContext.h:16
Definition GeneticsComponent.h:14
Definition GeneticsDefinition.h:16
Definition JsonSchemaObjectNode.h:8
Definition GeneDefinition.h:10
Definition Alias.h:14