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};
A library for creating RISC OS toolbox applications.
Definition: abouttobeshownlistener.cc:34
Type
Relocation type enumeration.
Definition: resstruct.h:68
Type type
Type of relocation.
Definition: resstruct.h:70
Classes to use/edit toolbox resources in memory.
int offset
Offset in object to relocation.
Definition: resstruct.h:69
Structure for one relocation record.
Definition: resstruct.h:63