updated some documentation

This commit is contained in:
herbglitch 2025-06-21 18:39:16 -06:00
parent 788147b8f2
commit 5fba766695
5 changed files with 19 additions and 16 deletions

View file

@ -15,7 +15,7 @@ extern "C" {
typedef struct ARC_EntitySystem ARC_EntitySystem;
/**
* @brief an entity component system type
* @brief an entity type (just an id)
*/
typedef uint32_t ARC_Entity;