aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/util.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-10-13 20:59:20 -0400
committerMatthew Hoops2011-10-13 20:59:20 -0400
commit753006ae1a89d2e54477e3782e72c187d90d4083 (patch)
tree6f9f9521e3f78f188cbb674078bda7d050500db8 /engines/pegasus/util.h
parent13fef21fed3631af3c8ebc5c34ccaf2d077af983 (diff)
downloadscummvm-rg350-753006ae1a89d2e54477e3782e72c187d90d4083.tar.gz
scummvm-rg350-753006ae1a89d2e54477e3782e72c187d90d4083.tar.bz2
scummvm-rg350-753006ae1a89d2e54477e3782e72c187d90d4083.zip
PEGASUS: Add the WSC neighborhood
Seems to be working fine, minus the molecule sprites (though the minigame is completable and the antidote can be found).
Diffstat (limited to 'engines/pegasus/util.h')
-rwxr-xr-xengines/pegasus/util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/pegasus/util.h b/engines/pegasus/util.h
index 6369c49fdb..de2deb7436 100755
--- a/engines/pegasus/util.h
+++ b/engines/pegasus/util.h
@@ -126,8 +126,6 @@ private:
int32 linearInterp(const int32 start1, const int32 stop1, const int32 current1, const int32 start2, const int32 stop2);
-void shuffleArray(int32 *arr, int32 count, Common::RandomSource &random);
-
int32 pegasusRound(const int32 a, const int32 b);
} // End of namespace Pegasus