aboutsummaryrefslogtreecommitdiffstats
path: root/src/entities/ron.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-12-22 02:43:07 +0000
committernathan <nathansmith@disroot.org>2025-12-22 02:43:07 +0000
commitdabcd8342e77d4bfac4f7bc5cee8643121d379f7 (patch)
tree1579174ab37568d269aacef5788a1baf042ac9d0 /src/entities/ron.h
parent2254600c6dfb50333327ddb94457427596b51807 (diff)
downloadFindThings-dabcd8342e77d4bfac4f7bc5cee8643121d379f7.tar.gz
FindThings-dabcd8342e77d4bfac4f7bc5cee8643121d379f7.tar.bz2
FindThings-dabcd8342e77d4bfac4f7bc5cee8643121d379f7.zip
Interaction menu going well
Diffstat (limited to 'src/entities/ron.h')
-rw-r--r--src/entities/ron.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entities/ron.h b/src/entities/ron.h
index 10858c1..ed0dbd2 100644
--- a/src/entities/ron.h
+++ b/src/entities/ron.h
@@ -7,6 +7,8 @@
void initRon(Entity* entity);
void updateRon(Entity* entity, Game* game);
+InteractionCommand interactWithRon(Entity* entity, Game* game,
+ Selection selection);
#endif