aboutsummaryrefslogtreecommitdiff
path: root/common/EventRecorder.h
diff options
context:
space:
mode:
authorEugene Sandulenko2011-08-06 11:25:51 +0100
committerEugene Sandulenko2011-08-06 11:31:12 +0100
commitbaf65bc87227b353cd2aac4cb661b8b9fb0aa0cc (patch)
tree77f89e97bba5ab0598a61ee7cb2a501fe29cb085 /common/EventRecorder.h
parent1e45c32558a75f285fbc568df0107d4dce6d6efa (diff)
downloadscummvm-rg350-baf65bc87227b353cd2aac4cb661b8b9fb0aa0cc.tar.gz
scummvm-rg350-baf65bc87227b353cd2aac4cb661b8b9fb0aa0cc.tar.bz2
scummvm-rg350-baf65bc87227b353cd2aac4cb661b8b9fb0aa0cc.zip
RECORDER: Added stub for delayMillis() processing
Diffstat (limited to 'common/EventRecorder.h')
-rw-r--r--common/EventRecorder.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/EventRecorder.h b/common/EventRecorder.h
index 8377d9e8bd..bf8039e5a7 100644
--- a/common/EventRecorder.h
+++ b/common/EventRecorder.h
@@ -56,6 +56,9 @@ public:
/** TODO: Add documentation, this is only used by the backend */
void processMillis(uint32 &millis);
+ /** TODO: Add documentation, this is only used by the backend */
+ bool processDelayMillis(uint32 &msecs);
+
private:
bool notifyEvent(const Event &ev);
bool pollEvent(Event &ev);