Public Member Functions | |
| Zone (const Common::String &name, uint32 startFrame, uint32 endFrame) | |
| Zone (const Common::String &name, const Common::String &ptrfb) | |
| void | addRect (int16 left, int16 top, int16 right, int16 bottom, const Common::String &scene, uint32 score, const Common::String &rectHit, const Common::String &unknown) |
Public Attributes | |
| Common::String | _name |
| uint32 | _startFrame = 0 |
| uint32 | _endFrame = 0 |
| Common::String | _ptrfb |
| Common::Array< Rect * > | _rects |
| Common::String | _next |