From 5f276bf4ac140d05511963a255fb329274d3ba85 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Tue, 13 Dec 2011 11:33:11 -0500 Subject: PEGASUS: Add a tickCount() function --- engines/pegasus/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/pegasus/util.h') diff --git a/engines/pegasus/util.h b/engines/pegasus/util.h index de2deb7436..6eb15802a5 100755 --- a/engines/pegasus/util.h +++ b/engines/pegasus/util.h @@ -128,6 +128,8 @@ int32 linearInterp(const int32 start1, const int32 stop1, const int32 current1, int32 pegasusRound(const int32 a, const int32 b); +uint32 tickCount(); + } // End of namespace Pegasus #endif -- cgit v1.2.3