-added possibility for tester to take control of the test suite
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-08-25 11:55:07 +00:00
parent 0454d39f79
commit fb0dccb7f3
4 changed files with 25 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ public:
ActionStack * stackLayer();
void init();
virtual void Update(float dt, Player * player);
void CheckUserInput(int isAI);
void Render();
void Add(GuiLayer * layer);
void Remove();