25 #ifndef PEGASUS_NEIGHBORHOOD_VIEW_H 26 #define PEGASUS_NEIGHBORHOOD_VIEW_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(
'V',
'i',
'e',
'w'); }
50 Entry() { time = 0xffffffff; }
51 bool isEmpty() {
return time == 0xffffffff; }
54 DirectionConstant direction;
59 Entry findEntry(RoomID room, DirectionConstant direction, AlternateID altCode);
Definition: algorithm.h:29
#define MKTAG(a0, a1, a2, a3)
Definition: endian.h:188
Definition: ai_action.h:33