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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/pegasus/pegasus.h b/engines/pegasus/pegasus.h
index 934d5c5891..e3a933a051 100644
--- a/engines/pegasus/pegasus.h
+++ b/engines/pegasus/pegasus.h
@@ -107,6 +107,8 @@ public:
void setGameMode(const tGameMode);
tGameMode getGameMode() const { return _gameMode; }
uint getRandomBit();
+ uint getRandomNumber(uint max);
+ void shuffleArray(int32 *arr, int32 count);
// Energy
void setLastEnergyValue(const int32 value) { _savedEnergyValue = value; }