aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/util.h')
-rwxr-xr-xengines/pegasus/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/pegasus/util.h b/engines/pegasus/util.h
index 83c0c33324..459c1380cb 100755
--- a/engines/pegasus/util.h
+++ b/engines/pegasus/util.h
@@ -67,6 +67,8 @@ int32 linearInterp(const int32 start1, const int32 stop1, const int32 current1,
void shuffleArray(int32 *arr, int32 count, Common::RandomSource &random);
+int32 pegasusRound(const int32 a, const int32 b);
+
} // End of namespace Pegasus
#endif