- Added Momir Basic mode :)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-04-04 12:52:36 +00:00
parent 82f418d0f3
commit 6582a1972a
24 changed files with 479 additions and 131 deletions
+4
View File
@@ -41,6 +41,9 @@
#define PLAYER_TYPE_TESTSUITE 2
#define GAME_TYPE_CLASSIC 0
#define GAME_TYPE_MOMIR 1
class MTGAllCards;
class TexturesCache;
@@ -63,6 +66,7 @@ class GameApp: public JApp
public:
int players[2];
MTGAllCards * collection;
int gameType;
TexturesCache * cache;
GameApp();