From e7ef990a0a3b1ddf40a2f0d517e8eb4e261b1f80 Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 24 Oct 2025 23:24:51 -0600 Subject: Lots of little things I should have done already --- src/entity.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/entity.h') diff --git a/src/entity.h b/src/entity.h index 72fadb4..aad3a05 100644 --- a/src/entity.h +++ b/src/entity.h @@ -96,6 +96,7 @@ Entity createEntity(EntityId id, Vector3 position); void updateEntity(Entity* entity, Game* game); void setEntityPosition(Entity* entity, Vector3 position); void placeEntityOnGround(Entity* entity, const World* world); +bool entityIsPlace(EntityId id); InteractionCommand interactWithEntity(Entity* entity, Game* game, Selection selection); -- cgit v1.2.3