Changeset 1606:dc4ea2010dee in lemon-0.x for gui/map_win.h
- Timestamp:
- 07/29/05 14:01:37 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2111
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gui/map_win.h
r1586 r1606 6 6 class MapWin; 7 7 8 #include <all_include.h>9 #include <mapstorage.h>10 #include <graph_displayer_canvas.h>8 #include "all_include.h" 9 #include "graph_displayer_canvas.h" 10 #include "mapstorage.h" 11 11 #include <libgnomecanvasmm.h> 12 12 #include <libgnomecanvasmm/polygon.h> … … 64 64 virtual bool closeIfEscapeIsPressed(GdkEventKey*); 65 65 66 void update(); 66 67 }; 67 68
Note: See TracChangeset
for help on using the changeset viewer.