Grindstone Game Engine
v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
ParentComponent.hpp
1
#pragma once
2
3
#include "EngineCore/Reflection/ComponentReflection.hpp"
4
5
#include <entt/entity/entity.hpp>
6
7
namespace
Grindstone {
8
struct
ParentComponent
{
9
entt::entity parentEntity = entt::null;
10
11
REFLECT(
"Parent"
)
12
};
13
}
Grindstone::ParentComponent
Definition
ParentComponent.hpp:8
sources
code
EngineCore
CoreComponents
Parent
ParentComponent.hpp
Generated by
1.12.0