diff -r c6aff8ceada0 -r 1dd97c710f5a QTfrontend/gamecfgwidget.h --- a/QTfrontend/gamecfgwidget.h Mon Dec 13 01:24:06 2010 +0100 +++ b/QTfrontend/gamecfgwidget.h Mon Dec 13 04:52:23 2010 +0100 @@ -40,6 +40,7 @@ quint32 getGameFlags() const; quint32 getInitHealth() const; QByteArray getFullConfig() const; + QComboBox * Scripts; QComboBox * GameSchemes; QComboBox * WeaponsName; HWMapContainer* pMapContainer; @@ -64,6 +65,7 @@ void seedChanged(const QString &); void themeChanged(const QString &); void schemeChanged(int); + void scriptChanged(int); void jumpToSchemes(); void jumpToWeapons(); void mapgenChanged(MapGenerator m);