diff options
| author | nathan <nathansmith@disroot.org> | 2025-10-27 12:58:37 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2025-10-27 12:58:37 +0000 |
| commit | 95af9c76abef62466dc99cd48fe60d5c8c0677aa (patch) | |
| tree | 016e9b8ca2681603512980bb32b571db6b530e10 /src/entities/samantha.h | |
| parent | 5925230971875ba3e6e591f0655cf84b739b50fc (diff) | |
| download | FindThings-95af9c76abef62466dc99cd48fe60d5c8c0677aa.tar.gz FindThings-95af9c76abef62466dc99cd48fe60d5c8c0677aa.tar.bz2 FindThings-95af9c76abef62466dc99cd48fe60d5c8c0677aa.zip | |
Working on interaction stuff
Diffstat (limited to 'src/entities/samantha.h')
| -rw-r--r-- | src/entities/samantha.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entities/samantha.h b/src/entities/samantha.h index 360c9f0..57587ff 100644 --- a/src/entities/samantha.h +++ b/src/entities/samantha.h @@ -12,5 +12,7 @@ void initSamantha(Entity* entity); void updateSamantha(Entity* entity, Game* game); +InteractionCommand interactWithSamantha(Entity* entity, Game* game, + Selection selection); #endif |
