QTfrontend/hwform.h
changeset 9648 3a3defce1b28
parent 9549 ac5c1f691ce2
parent 9292 187ce630dddc
child 9950 2759212a27de
child 9998 736015b847e3
--- a/QTfrontend/hwform.h	Sun Oct 27 22:34:25 2013 -0400
+++ b/QTfrontend/hwform.h	Mon Oct 28 14:07:04 2013 +0100
@@ -34,6 +34,7 @@
 #include "ui_hwform.h"
 #include "SDLInteraction.h"
 #include "bgwidget.h"
+#include "campaign.h"
 
 #ifdef __APPLE__
 #include "InstallController.h"
@@ -195,8 +196,8 @@
         AmmoSchemeModel * ammoSchemeModel;
         QStack<int> PagesStack;
         QString previousCampaignName;
-        QString previousTeamName;
-        QStringList campaignMissionDescriptions;
+        QString previousTeamName;     
+        QList<MissionInfo> campaignMissionInfo;
         QTime eggTimer;
         BGWidget * wBackground;
         QSignalMapper * pageSwitchMapper;