aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/neighborhood
diff options
context:
space:
mode:
authorMatthew Hoops2011-09-24 16:19:03 -0400
committerMatthew Hoops2011-09-24 16:19:03 -0400
commit5f0f9dae357505d29acd349597646a510f184f2c (patch)
tree376e3f0013c552057d450e2bdee73644e589b1f1 /engines/pegasus/neighborhood
parent8de524b073aa5895b662a54e4430e77fbe491d60 (diff)
downloadscummvm-rg350-5f0f9dae357505d29acd349597646a510f184f2c.tar.gz
scummvm-rg350-5f0f9dae357505d29acd349597646a510f184f2c.tar.bz2
scummvm-rg350-5f0f9dae357505d29acd349597646a510f184f2c.zip
PEGASUS: Add retscan/shield biochips
Diffstat (limited to 'engines/pegasus/neighborhood')
-rw-r--r--engines/pegasus/neighborhood/neighborhood.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/pegasus/neighborhood/neighborhood.h b/engines/pegasus/neighborhood/neighborhood.h
index cf5abfb8e7..fcfc833a52 100644
--- a/engines/pegasus/neighborhood/neighborhood.h
+++ b/engines/pegasus/neighborhood/neighborhood.h
@@ -30,6 +30,7 @@
#include "common/str.h"
#include "pegasus/hotspot.h"
+#include "pegasus/input.h"
#include "pegasus/notification.h"
#include "pegasus/sound.h"
#include "pegasus/util.h"
@@ -127,6 +128,8 @@ public:
virtual tAirQuality getAirQuality(const tRoomID);
virtual void checkAirMask() {}
virtual void checkFlashlight() {}
+ virtual void shieldOn() {}
+ virtual void shieldOff() {}
protected:
virtual void receiveNotification(Notification *, const tNotificationFlags);