25 #ifndef TBX_RES_RESSTRUCT_H_
26 #define TBX_RES_RESSTRUCT_H_
28 #include "resobject.h"
37 const int RESF_MARKER = 0x46534552;
68 enum Type {STRING_REF = 1, MESSAGE_REF, SPRITE_AREA_REF, OBJECT_REF};
Type
Relocation type enumeration.
Definition: resstruct.h:68
Type type
Type of relocation.
Definition: resstruct.h:70
int offset
Offset in object to relocation.
Definition: resstruct.h:69
Structure for one relocation record.
Definition: resstruct.h:63