Fixed compilation on Windows and avoid crashing when the TestSuite is interrupted.

This commit is contained in:
Xawotihs
2011-11-06 19:58:23 +00:00
parent e50fdba648
commit 1ef9489ea0
3 changed files with 26 additions and 18 deletions
+2 -2
View File
@@ -7,8 +7,8 @@
#include "DamagerDamaged.h"
class CardView;
class AttackerDamaged;
class DamagerDamaged;
struct AttackerDamaged;
struct DamagerDamaged;
typedef DamagerDamaged DefenserDamaged;
template<class T> void trash(T*);