Loading [MathJax]/extensions/tex2jax.js
Saga
Saga Game Engine
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
entity.h
Go to the documentation of this file.
1#pragma once
2
3#include <cstdint>
4
5namespace Saga {
6
7using entity_type = std::uint32_t;
8
12enum class Entity: entity_type;
13
14} // namespace Saga
Definition: app.cpp:8
std::uint32_t entity_type
Definition: entity.h:7