--- 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;