Public Types | |
typedef Common::Array< DCreditsItem > | DCreditsItems |
Public Member Functions | |
DuckmanCredits (IllusionsEngine_Duckman *vm) | |
void | start () |
int | update (uint flags) |
char * | readNextLine () |
Common::Point | getItemPosition (int index) |
void | charToWChar (char *text, uint16 *wtext, uint size) |
Public Attributes | |
IllusionsEngine_Duckman * | _vm |
uint32 | _lastUpdateTicks |
uint32 | _nextUpdateTicks |
int | _lastItemIndex |
bool | _endReached |
DCreditsItems | _creditsItems |
char * | _currText |