aboutsummaryrefslogtreecommitdiffstats
path: root/src/entities/oldMint.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2026-01-11 13:13:36 +0000
committernathan <nathansmith@disroot.org>2026-01-11 13:13:36 +0000
commite853966be38ae6c5319df137c3b04a86e52b562b (patch)
tree76a7b271ac1795098ebb8d797a523fbcbfc54080 /src/entities/oldMint.h
parent013ac4a2f4ae24d71f425f31edd77a8e29ed1da8 (diff)
downloadFindThings-e853966be38ae6c5319df137c3b04a86e52b562b.tar.gz
FindThings-e853966be38ae6c5319df137c3b04a86e52b562b.tar.bz2
FindThings-e853966be38ae6c5319df137c3b04a86e52b562b.zip
More inventory thingsHEADmain
Diffstat (limited to 'src/entities/oldMint.h')
-rw-r--r--src/entities/oldMint.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entities/oldMint.h b/src/entities/oldMint.h
index 433b4a6..fa4ce9f 100644
--- a/src/entities/oldMint.h
+++ b/src/entities/oldMint.h
@@ -9,5 +9,7 @@
void initOldMint(Entity* entity);
void updateOldMint(Entity* entity, Game* game);
+InteractionCommand interactWithOldMint(Entity* entity, Game* game,
+ Selection selection);
#endif