aboutsummaryrefslogtreecommitdiffstats
path: root/src/entity.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2026-01-19 14:10:40 +0000
committernathan <nathansmith@disroot.org>2026-01-19 14:10:40 +0000
commitf44d154d1372597742642596fe91c619613f81ef (patch)
tree22eb7aaefc5b1100e6294c7aa2fd63a97758a8cb /src/entity.h
parentf339de8c07647ed4c5d659639f0f3e6c271faf8f (diff)
downloadFindThings-f44d154d1372597742642596fe91c619613f81ef.tar.gz
FindThings-f44d154d1372597742642596fe91c619613f81ef.tar.bz2
FindThings-f44d154d1372597742642596fe91c619613f81ef.zip
Using inventory items
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 41ca8c0..19fc9be 100644
--- a/src/entity.h
+++ b/src/entity.h
@@ -71,6 +71,7 @@ struct Entity {
EntityId id;
Vector3 position; // Shouldnt be changed directly.
BoundingBox box;
+ bool visable;
void* data;
};