diff options
| author | nathan <nathansmith@disroot.org> | 2025-12-22 02:43:07 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2025-12-22 02:43:07 +0000 |
| commit | dabcd8342e77d4bfac4f7bc5cee8643121d379f7 (patch) | |
| tree | 1579174ab37568d269aacef5788a1baf042ac9d0 /src/entities/ron.h | |
| parent | 2254600c6dfb50333327ddb94457427596b51807 (diff) | |
| download | FindThings-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.h | 2 |
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 |
