#include <rxyfile.h>
Classes | |
struct | Coordinates |
Public Member Functions | |
RXYFile (Common::SeekableReadStream &rxy) | |
RXYFile (Common::SeekableReadStreamEndian &rxy) | |
RXYFile (uint16 width, uint16 height) | |
uint | size () const |
uint16 | getWidth () const |
uint16 | getHeight () const |
uint16 | getRealCount () const |
const Coordinates & | operator[] (uint i) const |
uint16 | add (uint16 left, uint16 top, uint16 right, uint16 bottom) |
A RXY file, containing relative sprite coordinates.
Used in hardcoded "actiony" parts of gob games.