aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/time.h
diff options
context:
space:
mode:
authorjohndoe1232014-03-19 23:18:25 +0100
committerEugene Sandulenko2018-07-20 06:43:33 +0000
commitc99f40c13d945060f489693d3f533b6ce0b54adb (patch)
treefa4f8c4e973350d5e37d62d3aad5ba0f2b409c01 /engines/illusions/time.h
parent48ef46c02dfeb34706f1060f9443bb31c1a56093 (diff)
downloadscummvm-rg350-c99f40c13d945060f489693d3f533b6ce0b54adb.tar.gz
scummvm-rg350-c99f40c13d945060f489693d3f533b6ce0b54adb.tar.bz2
scummvm-rg350-c99f40c13d945060f489693d3f533b6ce0b54adb.zip
ILLUSIONS: Implement TimerThread and script opcode
Diffstat (limited to 'engines/illusions/time.h')
-rw-r--r--engines/illusions/time.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/illusions/time.h b/engines/illusions/time.h
index c09b43628e..67ff4274b2 100644
--- a/engines/illusions/time.h
+++ b/engines/illusions/time.h
@@ -29,6 +29,7 @@ namespace Illusions {
uint32 getCurrentTime();
bool isTimerExpired(uint32 startTime, uint32 endTime);
+uint32 getDurationElapsed(uint32 startTime, uint32 endTime);
} // End of namespace Illusions