aboutsummaryrefslogtreecommitdiffstats
path: root/src/entity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entity.h')
-rw-r--r--src/entity.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entity.h b/src/entity.h
index d791c51..65e5b2a 100644
--- a/src/entity.h
+++ b/src/entity.h
@@ -86,6 +86,8 @@ void placeEntityOnGround(Entity* entity, const World* world);
bool entityIsPlace(EntityId id);
bool entityCanBeSelected(EntityId id);
+float getEntityDistance(Entity entity, Vector3 position);
+
InteractionCommand interactWithEntity(Entity* entity, Game* game,
Selection selection);