aboutsummaryrefslogtreecommitdiffstats
path: root/src/entity.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-11-11 09:38:51 +0000
committernathan <nathansmith@disroot.org>2025-11-11 09:38:51 +0000
commit52d1a04b30b5ce8da9b9dcce02e829a35f664dcb (patch)
tree7baec296a0187eb9a159506eebee28702fed9d8a /src/entity.h
parent1fe9fa841c9f485b4404716cf4fb834f6a98fcc9 (diff)
downloadFindThings-52d1a04b30b5ce8da9b9dcce02e829a35f664dcb.tar.gz
FindThings-52d1a04b30b5ce8da9b9dcce02e829a35f664dcb.tar.bz2
FindThings-52d1a04b30b5ce8da9b9dcce02e829a35f664dcb.zip
Render distance thingy
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);