QTfrontend/team.h
branchflibqtfrontend
changeset 8100 0e6fadf81a2c
parent 7131 c0c787eb526e
child 8103 c247346d296f
--- a/QTfrontend/team.h	Sat Nov 24 00:07:05 2012 +0400
+++ b/QTfrontend/team.h	Sun Nov 25 01:13:51 2012 +0400
@@ -25,6 +25,7 @@
 #include "binds.h"
 #include "achievements.h"
 #include "hwconsts.h"
+#include "frontlib.h"
 
 class HWForm;
 class GameUIConfig;
@@ -53,6 +54,7 @@
         HWTeam(const QStringList& strLst);
         HWTeam();
         HWTeam(const HWTeam & other);
+        ~HWTeam();
 
         // file operations
         static HWTeam loadFromFile(const QString & teamName);
@@ -117,6 +119,8 @@
         quint8 m_difficulty;
         QList<BindAction> m_binds;
 
+        flib_team * m_team;
+
         // class members that contain info for the current game setup
         quint8 m_numHedgehogs;
         int m_color;