source:
glemon/io_helper.h
@
6:3a44a2bb6da8
Last change on this file since 6:3a44a2bb6da8 was 1:67188bd752db, checked in by , 16 years ago | |
---|---|
File size: 148 bytes |
Rev | Line | |
---|---|---|
[1] | 1 | #ifndef IO_HELPER |
2 | #define IO_HELPER | |
3 | ||
4 | #include "xml.h" | |
5 | #include "map_value.h" | |
6 | ||
7 | namespace lemon { | |
8 | void xml(XmlIo &x, MapValue::Type& v); | |
9 | }; | |
10 | ||
11 | #endif |
Note: See TracBrowser
for help on using the repository browser.