diff options
author | quou <quou@disroot.org> | 2025-05-01 20:45:12 +1000 |
---|---|---|
committer | quou <quou@disroot.org> | 2025-05-01 21:09:54 +1000 |
commit | 26aebfdb92eb6780b1eb7195670b042b97948b0f (patch) | |
tree | 0b5eeb5f123fbf8b93c21c7d55add8a7e77bca34 /entity.hpp | |
parent | df03ffea8d23b319c29c0c937e70d5afb15e76e2 (diff) |
Diffstat (limited to 'entity.hpp')
-rw-r--r-- | entity.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/entity.hpp b/entity.hpp new file mode 100644 index 0000000..34cc84d --- /dev/null +++ b/entity.hpp @@ -0,0 +1,8 @@ +#ifndef entity_hpp +#define entity_hpp + +#include <stdint.h> + +using Entity_Id = uint32_t; + +#endif |