Public Member Functions | |
| IntroHandler (HugoEngine *vm) | |
| virtual void | preNewGame ()=0 |
| virtual void | introInit ()=0 |
| virtual bool | introPlay ()=0 |
| void | freeIntroData () |
| void | loadIntroData (Common::SeekableReadStream &in) |
| byte | getIntroSize () const |
Public Attributes | |
| Graphics::Surface | _surf |
| Graphics::WinFont | _font |
Protected Attributes | |
| HugoEngine * | _vm |
| byte * | _introX |
| byte * | _introY |
| byte | _introXSize |
| int16 | _introTicks |