QTfrontend/hwform.h
changeset 50 9ab4067dabec
parent 32 78bff13b11c0
child 60 7fbfa2f13f6f
--- a/QTfrontend/hwform.h	Sun Jan 15 14:14:12 2006 +0000
+++ b/QTfrontend/hwform.h	Sun Jan 15 23:31:34 2006 +0000
@@ -37,12 +37,17 @@
 #include <QLabel>
 #include <QLineEdit>
 #include <QDir>
+
+#include <vector>
+
 #include "ui_hwform.h"
 #include "binds.h"
 #include "game.h"
 #include "team.h"
 #include "netclient.h"
 
+using namespace std;
+
 class HWForm : public QMainWindow
 {
 	Q_OBJECT
@@ -89,6 +94,8 @@
 	QDir cfgdir;
 	HWTeam * tmpTeam;
 	HWNet * hwnet;
+
+	vector<QString> m_teamNames;
 };
 
 #define ID_PAGE_SINGLEPLAYER 0