* Fix an include bug which would prevent compilation.
This commit is contained in:
jean.chalard
2009-12-10 03:30:19 +00:00
parent 04458e3c11
commit 63d54a7993

View File

@@ -1,7 +1,7 @@
#include "../include/Rules.h"
#include "../include/mtgdefinitions.h"
#include "../include/MTGDefinitions.h"
#include "../include/config.h"
#include "../include/Manacost.h"
#include "../include/ManaCost.h"
#include "../include/Player.h"
#include "../include/AIMomirPlayer.h"
@@ -387,4 +387,4 @@ int Rules::strToGameMode(string s){
if (s.compare("random1")==0) return GAME_TYPE_RANDOM1;
if (s.compare("random2")==0) return GAME_TYPE_RANDOM2;
return GAME_TYPE_CLASSIC;
}
}