mapcenterobj.h
changeset 727 96402b172173
parent 681 4e558a15a804
child 760 59614eaf5fbb
     1.1 --- a/mapcenterobj.h	Mon Oct 06 11:10:20 2008 +0000
     1.2 +++ b/mapcenterobj.h	Wed Oct 29 17:42:34 2008 +0000
     1.3 @@ -6,6 +6,9 @@
     1.4  
     1.5  #include "branchobj.h"
     1.6  
     1.7 +
     1.8 +class VymModel;
     1.9 +
    1.10  /*! \brief The center of the map is a special branch. */
    1.11  
    1.12  /////////////////////////////////////////////////////////////////////////////
    1.13 @@ -13,6 +16,7 @@
    1.14  public:
    1.15      MapCenterObj ();
    1.16      MapCenterObj (QGraphicsScene *);
    1.17 +    MapCenterObj (QGraphicsScene *, VymModel *);
    1.18      ~MapCenterObj ();
    1.19      void clear();
    1.20      void init();