aboutsummaryrefslogtreecommitdiff
path: root/engines/startrek/room.h
diff options
context:
space:
mode:
authorMatthew Stewart2018-07-03 19:27:57 -0400
committerEugene Sandulenko2018-08-09 08:37:30 +0200
commit51e2c85a25a19ce7cdc1b942947f4ca6fbe86d6c (patch)
tree4f4a26f33759e3b2257effacb03dd6e2dc82ff80 /engines/startrek/room.h
parentf583e307df83f67d56a541375afdfeac11bd36b9 (diff)
downloadscummvm-rg350-51e2c85a25a19ce7cdc1b942947f4ca6fbe86d6c.tar.gz
scummvm-rg350-51e2c85a25a19ce7cdc1b942947f4ca6fbe86d6c.tar.bz2
scummvm-rg350-51e2c85a25a19ce7cdc1b942947f4ca6fbe86d6c.zip
STARTREK: FEATHER0
Diffstat (limited to 'engines/startrek/room.h')
-rw-r--r--engines/startrek/room.h47
1 files changed, 47 insertions, 0 deletions
diff --git a/engines/startrek/room.h b/engines/startrek/room.h
index d51442eda0..2b5f95cd17 100644
--- a/engines/startrek/room.h
+++ b/engines/startrek/room.h
@@ -1380,6 +1380,53 @@ public:
void muddaUseDegrimer();
void muddaTick();
+ // FEATHER0
+ void feather0Tick1();
+ void feather0Tick60();
+ void feather0TalkToQuetzecoatl();
+ void feather0Timer0Expired();
+ void feather0Timer1Expired();
+ void feather0UsePhaserOnQuetzecoatl();
+ void feather0UsePhaserOnMccoy();
+ void feather0UseMedkit();
+ void feather0LookAtQuetzecoatl();
+ void feather0LookAtMoon();
+ void feather0LookAtLog();
+ void feather0LookAtHut();
+ void feather0LookAnywhere();
+ void feather0LookAtEyes();
+ void feather0LookAtTree();
+ void feather0LookAtMccoy();
+ void feather0LookAtSpock();
+ void feather0LookAtRedshirt();
+ void feather0TalkToMccoy();
+ void feather0TalkToSpock();
+ void feather0TalkToRedshirt();
+ void feather0UseSTricorderOnQuetzecoatl();
+ void feather0UseSTricorderAnywhere();
+ void feather0UseMTricorderOnQuetzecoatl();
+
+ // FEATHER1
+ void feather1Tick1();
+
+ // FEATHER2
+ void feather2Tick1();
+
+ // FEATHER3
+ void feather3Tick1();
+
+ // FEATHER4
+ void feather4Tick1();
+
+ // FEATHER5
+ void feather5Tick1();
+
+ // FEATHER6
+ void feather6Tick1();
+
+ // FEATHER7
+ void feather7Tick1();
+
private:
// Room-specific variables. This is memset'ed to 0 when the room is initialized.
union {