aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/pegasus.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/pegasus.h')
-rw-r--r--engines/pegasus/pegasus.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/pegasus/pegasus.h b/engines/pegasus/pegasus.h
index c0a7d02631..a79d2a7183 100644
--- a/engines/pegasus/pegasus.h
+++ b/engines/pegasus/pegasus.h
@@ -114,7 +114,9 @@ public:
// Volume
uint16 getSoundFXLevel() { return _FXLevel; }
+ void setSoundFXLevel(uint16);
uint16 getAmbienceLevel() { return _ambientLevel; }
+ void setAmbienceLevel(uint16);
// Items
bool playerHasItem(const Item *);
@@ -227,12 +229,14 @@ private:
bool playMovieScaled(Video::SeekableVideoDecoder *video, uint16 x, uint16 y);
void throwAwayEverything();
void shellGameInput(const Input &input, const Hotspot *cursorSpot);
+ bool isPaused() { return false; } // TODO
// Menu
GameMenu *_gameMenu;
void doGameMenuCommand(const tGameMenuCommand);
void doInterfaceOverview();
ScreenDimmer _screenDimmer;
+ void pauseMenu(bool menuUp);
// Energy
int32 _savedEnergyValue;