changeset 21 | dff476dcaaa3 |
parent 20 | ccd2c45f043d |
child 25 | 27aa8030322b |
--- 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