22 #ifndef NANCY_ACTION_ACTIONMANAGER_H 23 #define NANCY_ACTION_ACTIONMANAGER_H 25 #include "common/array.h" 29 class SeekableReadStream;
45 struct DependencyRecord;
53 static const byte kCursInvHolding = 0;
54 static const byte kCursInvNotHolding = 1;
55 static const byte kCursStandard = 254;
62 void processActionRecords();
67 ActionRecord *getActionRecord(uint
id) {
if (
id < _records.size())
return _records[
id];
else return nullptr;}
68 void clearActionRecords();
70 void onPause(
bool pause);
78 void synchronizeMovieWithSound();
80 void debugDrawHotspots();
83 bool _recordsWereExecuted =
false;
90 #endif // NANCY_ACTION_ACTIONMANAGER_H
Definition: actionrecord.h:69
Definition: serializer.h:79
Definition: actionmanager.h:48
Definition: actionrecord.h:97
Definition: algorithm.h:29
Definition: actionmanager.h:32