/* -*- C++ -*- * Copyright ©2004 Hugo Mills * * This software is distributed under the terms of the GNU GPL v3 * For more information on the GPL, see the file COPYING or * visit http://www.gnu.org/ * * This software is distributed without warranty */ #ifndef DISPLAY_TEXTMARKERS_H #define DISPLAY_TEXTMARKERS_H #include "magellan/mdisplay.h" class Display_TextMarkers { public: Display_TextMarkers() { } virtual ~Display_TextMarkers() { } private: }; #endif