* Input fix.
* A lot of code cleaning spread across a lot of files.
This commit is contained in:
jean.chalard
2008-11-24 12:11:16 +00:00
parent 3721247bee
commit 3518166189
28 changed files with 405 additions and 438 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ class MTGGuiPlay: public PlayGuiObjectController {
MTGGuiPlay(int id, GameObserver * game);
~MTGGuiPlay();
void Update(float dt);
void CheckUserInput(float dt);
bool CheckUserInput(u32 key);
virtual void Render();
void updateCards();
};