Public Member Functions | |
Hotspots (ToonEngine *vm) | |
bool | loadRif (const Common::Path &rifName, const Common::Path &additionalRifName) |
int32 | find (int16 x, int16 y) |
int32 | findBasedOnCorner (int16 x, int16 y) |
HotspotData * | get (int32 id) |
int32 | getCount () const |
void | load (Common::ReadStream *Stream) |
void | save (Common::WriteStream *Stream) |
Protected Attributes | |
HotspotData * | _items |
int32 | _numItems |
ToonEngine * | _vm |