mapstorage.h
changeset 173 8339178ae43d
parent 172 fc1e478697d3
child 174 95872af46fc4
     1.1 --- a/mapstorage.h	Wed Oct 25 13:21:24 2006 +0000
     1.2 +++ b/mapstorage.h	Wed Oct 25 17:50:02 2006 +0000
     1.3 @@ -23,6 +23,8 @@
     1.4  class MapStorage
     1.5  {
     1.6  public:
     1.7 +  enum value {DOUBLE, STRING};
     1.8 +  enum type {NORMAL, GUI};
     1.9  
    1.10    ///The graph for which the datas are stored.
    1.11    Graph graph;