aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sci.h
diff options
context:
space:
mode:
authorMax Horn2010-06-17 23:10:37 +0000
committerMax Horn2010-06-17 23:10:37 +0000
commit8e07a1e16768548112a290d04348e26173e8afa0 (patch)
tree02e9b309a40e6e9865facfe10bd1e8d5267cb112 /engines/sci/sci.h
parent37434d86ae8f4e7ca3e7f0258c78ad9441f99e31 (diff)
downloadscummvm-rg350-8e07a1e16768548112a290d04348e26173e8afa0.tar.gz
scummvm-rg350-8e07a1e16768548112a290d04348e26173e8afa0.tar.bz2
scummvm-rg350-8e07a1e16768548112a290d04348e26173e8afa0.zip
SCI: Moved the event code a little bit around.
* Move sleep() from EventManager to SciEngine * Rename EventManager methods: get -> getSciEvent, and getFromScummVM -> getScummVMEvent * Make scancode_rows static const * Turn altify & numlockify from EventManager methods into static functions (and comment out the currently unused numlockify) svn-id: r49959
Diffstat (limited to 'engines/sci/sci.h')
-rw-r--r--engines/sci/sci.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/sci.h b/engines/sci/sci.h
index 7d04840759..6a069fecda 100644
--- a/engines/sci/sci.h
+++ b/engines/sci/sci.h
@@ -176,6 +176,8 @@ public:
/** Remove the 'TARGET-' prefix of the given filename, if present. */
Common::String unwrapFilename(const Common::String &name) const;
+ void sleep(uint32 msecs);
+
public:
/**