* Fix u32 into JButtons.
* Add a few comments.
* Remove useless variables.
This commit is contained in:
jean.chalard
2010-02-24 17:28:17 +00:00
parent 3ac6bc3ec3
commit 39c5a3d465
38 changed files with 58 additions and 63 deletions
+1 -4
View File
@@ -2,10 +2,7 @@
#define _DUELLAYERS_H_
#include "GuiLayers.h"
#include "PlayGuiObject.h"
template <typename T> class ObjectSelector;
typedef ObjectSelector<PlayGuiObject> CardSelector;
#include "CardSelector.h"
class MTGGuiHand;
class MTGGuiPlay;