diff options
| author | nathan <nathansmith@disroot.org> | 2025-11-11 09:38:51 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2025-11-11 09:38:51 +0000 |
| commit | 52d1a04b30b5ce8da9b9dcce02e829a35f664dcb (patch) | |
| tree | 7baec296a0187eb9a159506eebee28702fed9d8a /src/entity.h | |
| parent | 1fe9fa841c9f485b4404716cf4fb834f6a98fcc9 (diff) | |
| download | FindThings-52d1a04b30b5ce8da9b9dcce02e829a35f664dcb.tar.gz FindThings-52d1a04b30b5ce8da9b9dcce02e829a35f664dcb.tar.bz2 FindThings-52d1a04b30b5ce8da9b9dcce02e829a35f664dcb.zip | |
Render distance thingy
Diffstat (limited to 'src/entity.h')
| -rw-r--r-- | src/entity.h | 2 |
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); |
