diff options
Diffstat (limited to 'engines/startrek/room.h')
-rw-r--r-- | engines/startrek/room.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/engines/startrek/room.h b/engines/startrek/room.h index e5a630db7d..434ac811e4 100644 --- a/engines/startrek/room.h +++ b/engines/startrek/room.h @@ -1569,6 +1569,28 @@ public: // FEATHER4 void feather4Tick1(); + void feather4UseCommunicator(); + void feather4UsePhaser(); + void feather4UseSTricorderOnLight(); + void feather4UseSTricorderOnMushroom(); + void feather4UseSTricorderOnBush(); + void feather4UseSTricorderAnywhere(); + void feather4UseMTricorderOnLight(); + void feather4UseMTricorderOnMushroom(); + void feather4UseMTricorderAnywhere(); + void feather4UseMedkitAnywhere(); + void feather4TalkToMccoy(); + void feather4TalkToSpock(); + void feather4TalkToRedshirt(); + void feather4LookAtEyes(); + void feather4LookAnywhere(); + void feather4LookAtMushroom(); + void feather4LookAtBush(); + void feather4LookAtLight(); + void feather4LookAtKirk(); + void feather4LookAtSpock(); + void feather4LookAtMccoy(); + void feather4LookAtRedshirt(); // FEATHER5 void feather5Tick1(); |