aboutsummaryrefslogtreecommitdiffstats
path: root/src/entities/samantha.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entities/samantha.h')
-rw-r--r--src/entities/samantha.h2
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