Changeset 1879:01d41844ef46 in lemon-0.x for gui/algowin.h
- Timestamp:
- 01/05/06 17:54:34 (17 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2454
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gui/algowin.h
r1878 r1879 7 7 8 8 #include <all_include.h> 9 //#include <mapstorage.h> 9 10 #include <algobox.h> 10 11 #include <libgnomecanvasmm.h> 11 12 #include <libgnomecanvasmm/polygon.h> 13 14 class MapStorage; 12 15 13 16 enum {GENERAL, KRUSKAL, ALGO_NUM}; // algorithm IDs; … … 35 38 36 39 void update_tablist(std::vector<std::string> tabnames); 37 void update_maplist( void*);40 void update_maplist(MapStorage *); 38 41 39 42 void on_hide();
Note: See TracChangeset
for help on using the changeset viewer.