aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/thread.h
diff options
context:
space:
mode:
authorjohndoe1232014-03-20 13:24:33 +0100
committerEugene Sandulenko2018-07-20 06:43:33 +0000
commitf47575ca906682bab942d19a36cc33ea7465a4b2 (patch)
tree982764727aab8fde9a46ca15f917685135b6d703 /engines/illusions/thread.h
parentc99f40c13d945060f489693d3f533b6ce0b54adb (diff)
downloadscummvm-rg350-f47575ca906682bab942d19a36cc33ea7465a4b2.tar.gz
scummvm-rg350-f47575ca906682bab942d19a36cc33ea7465a4b2.tar.bz2
scummvm-rg350-f47575ca906682bab942d19a36cc33ea7465a4b2.zip
ILLUSIONS: Add more script opcodes and related
Diffstat (limited to 'engines/illusions/thread.h')
-rw-r--r--engines/illusions/thread.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/illusions/thread.h b/engines/illusions/thread.h
index eab92aeaad..977262a671 100644
--- a/engines/illusions/thread.h
+++ b/engines/illusions/thread.h
@@ -89,6 +89,8 @@ public:
void pauseThreads(uint32 threadId);
void resumeThreads(uint32 threadId);
void killThread(uint32 threadId);
+ void setThreadSceneId(uint32 threadId, uint32 sceneId);
+ uint32 getThreadSceneId(uint32 threadId);
protected:
typedef Common::List<Thread*> List;
typedef List::iterator Iterator;