--- a/QTfrontend/gamecfgwidget.h Fri Mar 13 18:04:44 2009 +0000
+++ b/QTfrontend/gamecfgwidget.h Fri Mar 13 21:39:59 2009 +0000
@@ -40,6 +40,7 @@
quint32 getGameFlags() const;
quint32 getInitHealth() const;
QStringList getFullConfig() const;
+ QComboBox * GameSchemes;
QComboBox * WeaponsName;
HWMapContainer* pMapContainer;
QTableView * tv;
@@ -66,6 +67,8 @@
QString curNetAmmo;
void setNetAmmo(const QString& name, const QString& ammo);
+
+ QVariant schemeData(int column) const;
};
#endif // GAMECONFIGWIDGET_H