25 #ifndef PEGASUS_NEIGHBORHOOD_EXTRA_H 26 #define PEGASUS_NEIGHBORHOOD_EXTRA_H 28 #include "common/array.h" 29 #include "common/endian.h" 31 #include "pegasus/constants.h" 34 class SeekableReadStream;
44 static uint32 getResTag() {
return MKTAG(
'X',
't',
'r',
'a'); }
50 Entry() { movieStart = 0xffffffff; }
51 bool isEmpty() {
return movieStart == 0xffffffff; }
58 Entry findEntry(ExtraID extra);
Definition: algorithm.h:29
#define MKTAG(a0, a1, a2, a3)
Definition: endian.h:188
Definition: ai_action.h:33