summaryrefslogtreecommitdiff
path: root/src/ecs.hpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2023-10-24 12:28:59 -0400
committerJonathan Bradley <jcb@pikum.xyz>2023-11-15 13:11:11 -0500
commitbd924c70c7c6e98b53c784f3b06f6b315741b8d0 (patch)
tree5577e24b644063918cd95e721acb00b49530aebc /src/ecs.hpp
parent52d7270ba0a532a759a87ee29043c136811b8736 (diff)
checkpoint - remove InstPos from CompInstance
Diffstat (limited to 'src/ecs.hpp')
-rw-r--r--src/ecs.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ecs.hpp b/src/ecs.hpp
index 480ba0c..4a10b3a 100644
--- a/src/ecs.hpp
+++ b/src/ecs.hpp
@@ -32,7 +32,7 @@ CompGrBinds *ECS_GetGrBinds(EntityHandle entHandle);
uint64_t ECS_GetGrBinds_BucketCount();
CompGrBinds *ECS_GetGrBinds(uint64_t bucketIndex, uint64_t &itemCount);
-CompInstance &ECS_CreateInstance(EntityHandle entHandle, EntityHandle entityTypeEntityHandle);
+CompInstance &ECS_CreateInstance(EntityHandle entHandle, EntityHandle entityTypeEntityHandle, const InstPos &instPos);
CompInstance *ECS_GetInstance(EntityHandle entHandle);
void ECS_UpdateInstance(EntityHandle entHandle, const InstPos &instPos, bool overridePhysics = false);
uint64_t ECS_GetInstances_BucketCount();