diff options
| author | nathan <nathansmith@disroot.org> | 2025-12-22 03:02:10 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2025-12-22 03:02:10 +0000 |
| commit | db04bfb989a5ebbd1f57e9983a2bb819c3ce4d67 (patch) | |
| tree | 370c02d05800b9f856aa3a867da90e7ebd0f3a2b /src/entity.h | |
| parent | dabcd8342e77d4bfac4f7bc5cee8643121d379f7 (diff) | |
| download | FindThings-db04bfb989a5ebbd1f57e9983a2bb819c3ce4d67.tar.gz FindThings-db04bfb989a5ebbd1f57e9983a2bb819c3ce4d67.tar.bz2 FindThings-db04bfb989a5ebbd1f57e9983a2bb819c3ce4d67.zip | |
hehehehe over designed interaction menu
Diffstat (limited to 'src/entity.h')
| -rw-r--r-- | src/entity.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entity.h b/src/entity.h index db798b4..bdb0967 100644 --- a/src/entity.h +++ b/src/entity.h @@ -49,6 +49,8 @@ enum InteractionCommand { INTERACTION_END, INTERACTION_TALK, INTERACTION_SHOW_MENU, + INTERACTION_TALK_AND_SHOW_MENU, + INTERACTION_DO_NOTHING }; enum Selection { |
