main_win.h
branchgui
changeset 41 06f1f9a8d51f
parent 9 0bb1675306cb
child 47 9a0e6e92d06c
     1.1 --- a/main_win.h	Tue Jul 26 18:14:23 2005 +0000
     1.2 +++ b/main_win.h	Tue Jul 26 21:19:41 2005 +0000
     1.3 @@ -6,6 +6,7 @@
     1.4  #include <all_include.h>
     1.5  #include <mapstorage.h>
     1.6  #include <map_win.h>
     1.7 +#include <new_map_win.h>
     1.8  #include <edit_win.h>
     1.9  #include <libgnomecanvasmm.h>
    1.10  #include <libgnomecanvasmm/polygon.h>
    1.11 @@ -29,6 +30,9 @@
    1.12    ///Window of editorial tools. Its type is \ref EditWin
    1.13    EditWin editwin;
    1.14  
    1.15 +  ///We need to store newmapwin, to be able to set the appropriate values for properties of new map.
    1.16 +  NewMapWin newmapwin;
    1.17 +
    1.18    ///The graph will be drawn on this \ref GraphDisplayerCanvas
    1.19    GraphDisplayerCanvas gd_canvas;
    1.20