aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/thread.h
diff options
context:
space:
mode:
authorjohndoe1232014-04-16 19:53:11 +0200
committerEugene Sandulenko2018-07-20 06:43:33 +0000
commitb94b4c28ba33b9c5edbd9ba8143284786a8dfeac (patch)
tree1478e7a0c75f85807ea9f5a2345555c109d05b47 /engines/illusions/thread.h
parent44c566b51e661ef5751b947aed071660cc628547 (diff)
downloadscummvm-rg350-b94b4c28ba33b9c5edbd9ba8143284786a8dfeac.tar.gz
scummvm-rg350-b94b4c28ba33b9c5edbd9ba8143284786a8dfeac.tar.bz2
scummvm-rg350-b94b4c28ba33b9c5edbd9ba8143284786a8dfeac.zip
ILLUSIONS: Implement pathfinding
Diffstat (limited to 'engines/illusions/thread.h')
-rw-r--r--engines/illusions/thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/illusions/thread.h b/engines/illusions/thread.h
index 3a335a27bf..996226dcf7 100644
--- a/engines/illusions/thread.h
+++ b/engines/illusions/thread.h
@@ -97,6 +97,7 @@ public:
void resumeThreads(uint32 threadId);
void endTalkThreads();
void endTalkThreadsNoNotify();
+ void terminateThreadChain(uint32 threadId);
void killThread(uint32 threadId);
void setThreadSceneId(uint32 threadId, uint32 sceneId);
uint32 getThreadSceneId(uint32 threadId);