diff options
author | Matthew Hoops | 2011-09-24 16:19:03 -0400 |
---|---|---|
committer | Matthew Hoops | 2011-09-24 16:19:03 -0400 |
commit | 5f0f9dae357505d29acd349597646a510f184f2c (patch) | |
tree | 376e3f0013c552057d450e2bdee73644e589b1f1 /engines/pegasus/neighborhood | |
parent | 8de524b073aa5895b662a54e4430e77fbe491d60 (diff) | |
download | scummvm-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.h | 3 |
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); |