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
7namespace Grindstone {
9 entt::entity parentEntity = entt::null;
10
11 REFLECT("Parent")
12 };
13}
Definition ParentComponent.hpp:8