diff -r 37a6d807c140 -r 3a3defce1b28 QTfrontend/hwform.h --- 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 PagesStack; QString previousCampaignName; - QString previousTeamName; - QStringList campaignMissionDescriptions; + QString previousTeamName; + QList campaignMissionInfo; QTime eggTimer; BGWidget * wBackground; QSignalMapper * pageSwitchMapper;