gui_writer.cc
changeset 197 c1084e2bff10
parent 177 40f3006fba2e
child 201 879e47e5b731
equal deleted inserted replaced
5:c7a2a2d786b6 6:daa7a10319b6
    14  * express or implied, and with no claim as to its suitability for any
    14  * express or implied, and with no claim as to its suitability for any
    15  * purpose.
    15  * purpose.
    16  *
    16  *
    17  */
    17  */
    18 
    18 
    19 #include "gui_writer.h"
    19 #include <xml.h>
    20 #include "xml.h"
       
    21 #include "mapstorage.h"
       
    22 #include <lemon/dim2.h>
    20 #include <lemon/dim2.h>
    23 #include <vector>
    21 #include <vector>
       
    22 
       
    23 #include <gui_writer.h>
       
    24 #include <mapstorage.h>
    24 
    25 
    25 std::string GuiWriter::header()
    26 std::string GuiWriter::header()
    26 {
    27 {
    27   return "@gui";
    28   return "@gui";
    28 }
    29 }