Grindstone Game Engine
v0.2.0
An open source game engine and toolkit.
Toggle main menu visibility
Loading...
Searching...
No Matches
EntityHandle.hpp
1
#pragma once
2
3
#include <entt/entt.hpp>
4
5
namespace
Grindstone
{
6
namespace
ECS
{
7
using
EntityHandle = entt::entity;
8
const
auto
EmptyEntityHandle = entt::null;
9
}
10
}
Grindstone::ECS
Definition
ComponentInspector.hpp:11
Grindstone
Definition
ArchiveContentFile.hpp:8
sources
code
EngineCore
ECS
EntityHandle.hpp
Generated by
1.17.0