algowin.h
changeset 199 128195bbab73
parent 174 95872af46fc4
equal deleted inserted replaced
6:9d3c9bdb334e 7:36bd84d17d22
    17  */
    17  */
    18 
    18 
    19 #ifndef ALGOWIN_H
    19 #ifndef ALGOWIN_H
    20 #define ALGOWIN_H
    20 #define ALGOWIN_H
    21 
    21 
    22 class AlgoWin;
       
    23 
       
    24 #include <all_include.h>
    22 #include <all_include.h>
    25 //#include <mapstorage.h>
       
    26 #include <algobox.h>
       
    27 #include <libgnomecanvasmm.h>
    23 #include <libgnomecanvasmm.h>
    28 #include <libgnomecanvasmm/polygon.h>
    24 #include <libgnomecanvasmm/polygon.h>
    29 
    25 
       
    26 class AlgoBox;
    30 class MapStorage;
    27 class MapStorage;
    31 
    28 
    32 ///Algorithm identifiers.
    29 ///Algorithm identifiers.
    33 enum {GENERAL, KRUSKAL, ALGO_NUM}; // algorithm IDs;
    30 enum {GENERAL, KRUSKAL, ALGO_NUM}; // algorithm IDs;
    34 
    31