QTfrontend/mapContainer.h
changeset 4936 d65d438acd23
parent 4720 a9f9c96db60c
child 4941 90572c338e60
--- a/QTfrontend/mapContainer.h	Tue Feb 08 02:43:07 2011 +0100
+++ b/QTfrontend/mapContainer.h	Tue Feb 08 22:24:30 2011 +0300
@@ -67,6 +67,7 @@
   void setMapgen(MapGenerator m);
   void setMaze_size(int size);
   void setDrawnMapData(const QByteArray & ar);
+  void setMapMapgenSeed(const QString & map, MapGenerator m, const QString & seed);
 
  signals:
   void seedChanged(const QString & seed);
@@ -116,6 +117,9 @@
   int numMissions;
   DrawMapScene drawMapScene;
 
+  void intSetSeed(const QString & seed);
+  void intSetMap(const QString & map);
+  void intSetMapgen(MapGenerator m);
   void updatePreview();
 };