aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2026-01-19 11:32:08 +0000
committernathan <nathansmith@disroot.org>2026-01-19 11:32:08 +0000
commit8823db2da13322b006f36081901c48fe9419649c (patch)
tree1a602b129c0d6d070f28f4004f988253425f7099 /src/ui.h
parentb3e4498e525a41df13ab22d3ad209ed4f71c7a86 (diff)
downloadFindThings-8823db2da13322b006f36081901c48fe9419649c.tar.gz
FindThings-8823db2da13322b006f36081901c48fe9419649c.tar.bz2
FindThings-8823db2da13322b006f36081901c48fe9419649c.zip
idk what i did
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui.h b/src/ui.h
index 14845d4..2892fe9 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -36,6 +36,7 @@ typedef struct {
typedef struct {
EntityId id;
+ Entity* parent;
AssetId textureId;
int count;
} InventoryItem;