diff -r ccd2c45f043d -r dff476dcaaa3 QTfrontend/hwform.h --- a/QTfrontend/hwform.h Wed Nov 09 18:31:11 2005 +0000 +++ b/QTfrontend/hwform.h Sun Nov 13 22:13:58 2005 +0000 @@ -40,6 +40,7 @@ #include "ui_hwform.h" #include "binds.h" #include "game.h" +#include "team.h" class HWForm : public QMainWindow { @@ -71,6 +72,7 @@ QLabel * LBind[BINDS_NUMBER]; HWGame * game; QDir cfgdir; + HWTeam * tmpTeam; }; #define ID_PAGE_MAIN 4