22 #ifndef MUTATIONOFJB_TASK_H 23 #define MUTATIONOFJB_TASK_H 25 #include "common/scummsys.h" 26 #include "common/ptr.h" 27 #include "common/array.h" 44 Task() : _taskManager(
nullptr), _state(IDLE) {}
47 virtual void start() = 0;
48 virtual void update() = 0;
54 _taskManager = taskMan;
61 State getState()
const {
66 void setState(State state) {
Definition: taskmanager.h:37
Definition: animationdecoder.h:36