diff -r a979fcdda073 -r 8e27998e9b1d gui/gui_writer.h --- a/gui/gui_writer.h Wed Jun 21 08:35:23 2006 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -#ifndef GUI_WRITER_H -#define GUI_WRITER_H - -#include "mapstorage.h" -#include - -using lemon::LemonWriter; - -class GuiWriter : public LemonWriter::SectionWriter -{ - private: - MapStorage* mapstorage; - protected: - virtual std::string header(); - virtual void write(std::ostream&); - public: - typedef LemonWriter::SectionWriter Parent; - GuiWriter(LemonWriter&, MapStorage*); -}; - -#endif