22 #ifndef ILLUSIONS_ABORTABLETHREAD_H 23 #define ILLUSIONS_ABORTABLETHREAD_H 25 #include "illusions/thread.h" 29 class IllusionsEngine;
34 uint32 scriptThreadId, byte *scriptCodeIp);
35 int onUpdate()
override;
39 uint32 _scriptThreadId;
44 #endif // ILLUSIONS_ABORTABLETHREAD_H Definition: abortablethread.h:31
Definition: illusions.h:92