aboutsummaryrefslogtreecommitdiff
path: root/engines/startrek/room.h
diff options
context:
space:
mode:
authorMatthew Stewart2018-08-08 03:24:03 -0400
committerEugene Sandulenko2018-08-09 08:37:30 +0200
commit5f1f19be506359350956a4886052060dfabc5f0c (patch)
tree80c25a1525b893d8239dc28c4a832ff41d194cd4 /engines/startrek/room.h
parent4887ba0fd2964301a1bc4d3ea8ba5e398aba8d37 (diff)
downloadscummvm-rg350-5f1f19be506359350956a4886052060dfabc5f0c.tar.gz
scummvm-rg350-5f1f19be506359350956a4886052060dfabc5f0c.tar.bz2
scummvm-rg350-5f1f19be506359350956a4886052060dfabc5f0c.zip
STARTREK: VENG7
Diffstat (limited to 'engines/startrek/room.h')
-rw-r--r--engines/startrek/room.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/engines/startrek/room.h b/engines/startrek/room.h
index 0bdaf7cafc..b6a7d5dfaa 100644
--- a/engines/startrek/room.h
+++ b/engines/startrek/room.h
@@ -2772,6 +2772,29 @@ public:
// VENG7
void veng7Tick1();
+ void veng7WalkToDoor();
+ void veng7ReachedDoor();
+ void veng7DoorOpened();
+ void veng7TouchedTurboliftDoor();
+ void veng7LookAtCollapsedSection();
+ void veng7LookAtDeadGuy();
+ void veng7LookAtDoor();
+ void veng7LookAtCable();
+ void veng7LookAtKirk();
+ void veng7LookAtSpock();
+ void veng7LookAtMccoy();
+ void veng7LookAtRedshirt();
+ void veng7LookAnywhere();
+ void veng7TalkToKirk();
+ void veng7TalkToSpock();
+ void veng7TalkToMccoy();
+ void veng7TalkToRedshirt();
+ void veng7UseSTricorderOnCollapsedSection();
+ void veng7TouchedHotspot0();
+ void veng7GetCable();
+ void veng7ReachedCable();
+ void veng7PickedUpCable();
+ // TODO: common code
// VENG8
void veng8Tick1();