aboutsummaryrefslogtreecommitdiff
path: root/engines/startrek/room.h
diff options
context:
space:
mode:
authorMatthew Stewart2018-07-06 19:34:11 -0400
committerEugene Sandulenko2018-08-09 08:37:30 +0200
commit0f3efc0e55d07fe77f5defb5b40053c1b403694f (patch)
treeb3255a9fb964ed8a32991e32946e438484de0d1f /engines/startrek/room.h
parent6fa0efa4ed131117d5d76039ccc7d5245d0f64a9 (diff)
downloadscummvm-rg350-0f3efc0e55d07fe77f5defb5b40053c1b403694f.tar.gz
scummvm-rg350-0f3efc0e55d07fe77f5defb5b40053c1b403694f.tar.bz2
scummvm-rg350-0f3efc0e55d07fe77f5defb5b40053c1b403694f.zip
STARTREK: TRIAL0
Diffstat (limited to 'engines/startrek/room.h')
-rw-r--r--engines/startrek/room.h52
1 files changed, 52 insertions, 0 deletions
diff --git a/engines/startrek/room.h b/engines/startrek/room.h
index 58cd6f4e5a..94a1ea6f54 100644
--- a/engines/startrek/room.h
+++ b/engines/startrek/room.h
@@ -1716,6 +1716,58 @@ public:
void feather7KirkSatDown();
void feather7ReadyToBeamOut();
+
+ // TRIAL0
+ void trial0Tick1();
+ void trial0Tick40();
+ void trial0Timer0Expired();
+ void trial0WalkToRoomCenter();
+ void trial0ReachedRoomCenter();
+ void trial0LookAtWindow();
+ void trial0LookAtVlict();
+ void trial0LookAtGuard();
+ void trial0LookAtBench();
+ void trial0LookAtSeal();
+ void trial0LookAtKirk();
+ void trial0LookAtSpock();
+ void trial0LookAtMccoy();
+ void trial0LookAtRedshirt();
+ void trial0LookAtQuetzecoatl();
+ void trial0TalkToVlict();
+ void trial0TalkToGuard();
+ void trial0TalkToQuetzecoatl();
+ void trial0TalkToMccoy();
+ void trial0TalkToSpock();
+ void trial0TalkToRedshirt();
+ void trial0UsePhaserOrRock();
+ void trial0UseSnakeOnVlict();
+ void trial0UseSnakeOnGuard();
+ void trial0UseMTricorderOnQuetzecoatl();
+ void trial0UseMTricorderOnVlict();
+ void trial0UseMTricorderAnywhere();
+ void trial0UseSTricorderOnWindow();
+ void trial0UseSTricorderAnywhere();
+ void trial0UseCommunicator();
+ void trial0UseCrewmanOnKlingon();
+ void trial0UseMccoyOnVlict();
+ void trial0UseMccoyOnGuard();
+ void trial0UseMedkitAnywhere();
+
+ // TRIAL1
+ void trial1Tick1();
+
+ // TRIAL2
+ void trial2Tick1();
+
+ // TRIAL3
+ void trial3Tick1();
+
+ // TRIAL4
+ void trial4Tick1();
+
+ // TRIAL5
+ void trial5Tick1();
+
private:
// Room-specific variables. This is memset'ed to 0 when the room is initialized.
union {