ILLUSIONS: More work on Duckman

This commit is contained in:
johndoe123 2014-04-08 19:43:17 +02:00 committed by Eugene Sandulenko
parent 3f15233f78
commit 67366aa04b
37 changed files with 2810 additions and 202 deletions

View file

@ -37,7 +37,8 @@ public:
void show();
void hide();
void cursorControlRoutine(Control *control, uint32 deltaTime);
protected:
//protected:
public:
IllusionsEngine *_vm;
Control *_control;
uint32 _sequenceId;