aboutsummaryrefslogtreecommitdiffstats
path: root/src/entity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entity.h')
-rw-r--r--src/entity.h1
1 files changed, 1 insertions, 0 deletions
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);