Erwan - Fix issue 30 (memory leaks in GuiCombat.cpp)

This commit is contained in:
wagic.the.homebrew@gmail.com
2009-09-23 06:56:05 +00:00
parent 311ec5fbad
commit 82551174d9
3 changed files with 6 additions and 3 deletions
+1
View File
@@ -30,6 +30,7 @@ struct AttackerDamaged : DamagerDamaged {
vector<DefenserDamaged*> blockers;
AttackerDamaged(MTGCardInstance* card, float x, float y, bool show, Player* damageSelecter);
AttackerDamaged(MTGCardInstance* card, const Pos& ref, bool show, Player* damageSelecter);
~AttackerDamaged();
};
#endif