Fix the Linux build.

This commit is contained in:
jean.chalard
2011-12-18 09:40:35 +00:00
parent 7264d6f0e2
commit d93fdb2d4a
3 changed files with 8 additions and 10 deletions

View File

@@ -7,15 +7,6 @@
#include "Closest.cpp"
#include "GameObserver.h"
//using std::cout;
// The X lib annoyingly defines True to be 1, leading to
// hard to understand syntax errors. Not using it, so it's
// safe to undefine it.
#ifdef True
#undef True
#endif
struct Left: public Exp
{
static inline bool test(CardSelector::Target* ref, CardSelector::Target* test)