Shkyera Engine
Easy to use, game engine for Python
Loading...
Searching...
No Matches
Entity.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <stdlib.h>
4
5namespace shkyera {
6
8
9constexpr Entity InvalidEntity = 0;
10
11} // namespace shkyera
Definition Asset.hpp:6
uint32_t Entity
Definition Entity.hpp:7
constexpr Entity InvalidEntity
Definition Entity.hpp:9
Definition Clock.hpp:9