- Event System for MTGGuiPlay.cpp
- THIS DOES NOT WORK
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-06-13 05:21:24 +00:00
parent 0bc60d9a94
commit 54b8aab96b
3 changed files with 18 additions and 8 deletions
+1
View File
@@ -50,6 +50,7 @@ class MTGGuiPlay: public PlayGuiObjectController {
virtual void Render();
void forceUpdateCards();
void updateCards();
int receiveEvent(WEvent * e);
};