diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-09-22 09:22:54 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-09-25 12:54:43 -0400 |
| commit | 65043c16755a2121be38a307eb53eb94803c65ed (patch) | |
| tree | ebd6cb70c60a7edc81c2a8ac0091024c6d452488 /src/entities.hpp | |
| parent | 31dc984812e538f3db37d7d8816db0fa649f4f27 (diff) | |
entities - expose method to find EntityType by typeCode
Diffstat (limited to 'src/entities.hpp')
| -rw-r--r-- | src/entities.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entities.hpp b/src/entities.hpp index 11f26e5..c09e8f5 100644 --- a/src/entities.hpp +++ b/src/entities.hpp @@ -32,6 +32,7 @@ struct EntityType { extern DynArray<EntityType> GlobalEntityTypes; void EntityType_Init(); +int64_t EntityType_FindByTypeCode(const char *typeCode); void EntityType_Load(EntityType &et); void EntityType_Teardown(); |
