QTfrontend/net/hwmap.h
changeset 10959 1225f42f61e2
parent 10472 8d04cebedb16
child 11046 47a8c19ecb60
--- a/QTfrontend/net/hwmap.h	Mon May 25 14:31:06 2015 -0400
+++ b/QTfrontend/net/hwmap.h	Mon May 25 15:48:07 2015 -0400
@@ -42,7 +42,7 @@
     public:
         HWMap(QObject *parent = 0);
         virtual ~HWMap();
-        void getImage(const QString & seed, int templateFilter, MapGenerator mapgen, int maze_size, const QByteArray & drawMapData, QString & script, int feature_size);
+        void getImage(const QString & seed, int templateFilter, MapGenerator mapgen, int maze_size, const QByteArray & drawMapData, QString & script, QString & scriptparam, int feature_size);
         bool couldBeRemoved();
 
     protected:
@@ -57,6 +57,7 @@
     private:
         QString m_seed;
         QString m_script;
+        QString m_scriptparam;
         int templateFilter;
         MapGenerator m_mapgen;
         int m_maze_size;  // going to try and deprecate this one