aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/intro.h
diff options
context:
space:
mode:
authorPaul Gilbert2007-09-23 22:14:45 +0000
committerPaul Gilbert2007-09-23 22:14:45 +0000
commit01bfaaa76544856f476c928f11448831de43f6d0 (patch)
treeab4c2587389aaf311dd9028634eef63df11cc7a5 /engines/lure/intro.h
parent155d85b3b647378ef0b315e069de8b46ab61a11a (diff)
downloadscummvm-rg350-01bfaaa76544856f476c928f11448831de43f6d0.tar.gz
scummvm-rg350-01bfaaa76544856f476c928f11448831de43f6d0.tar.bz2
scummvm-rg350-01bfaaa76544856f476c928f11448831de43f6d0.zip
Split up the interruptableDelay method into two methods, making the version in events.cpp more generic
svn-id: r29070
Diffstat (limited to 'engines/lure/intro.h')
-rw-r--r--engines/lure/intro.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/lure/intro.h b/engines/lure/intro.h
index 14c733e16b..d6b42c455b 100644
--- a/engines/lure/intro.h
+++ b/engines/lure/intro.h
@@ -36,6 +36,7 @@ private:
OSystem &_system;
bool showScreen(uint16 screenId, uint16 paletteId, uint16 delaySize);
+ bool interruptableDelay(uint32 milliseconds);
public:
Introduction(Screen &screen, OSystem &system): _screen(screen), _system(system) {}