From 26aebfdb92eb6780b1eb7195670b042b97948b0f Mon Sep 17 00:00:00 2001 From: quou Date: Thu, 1 May 2025 20:45:12 +1000 Subject: fixing bugs in the entity system --- entity.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 entity.hpp (limited to 'entity.hpp') 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 + +using Entity_Id = uint32_t; + +#endif -- cgit v1.2.3-54-g00ecf