22 #ifndef NANCY_ACTION_ACTIONMANAGER_H 23 #define NANCY_ACTION_ACTIONMANAGER_H 25 #include "common/array.h" 29 class SeekableReadStream;
45 struct DependencyRecord;
50 static const byte kCursInvHolding = 0;
51 static const byte kCursInvNotHolding = 1;
52 static const byte kCursStandard = 254;
59 void processActionRecords();
64 ActionRecord *getActionRecord(uint
id) {
if (
id < _records.size())
return _records[
id];
else return nullptr;}
65 void clearActionRecords();
67 void onPause(
bool pause);
78 void synchronizeMovieWithSound();
80 void debugDrawHotspots();
82 bool _previousRecordWasExecuted =
false;
89 #endif // NANCY_ACTION_ACTIONMANAGER_H
Definition: actionrecord.h:69
Definition: serializer.h:80
Definition: actionmanager.h:48
Definition: actionrecord.h:97
Definition: algorithm.h:29
Definition: actionmanager.h:32