// // This file is part of the Marble Desktop Globe. // // This program is free software licensed under the GNU LGPL. You can // find a copy of this license in LICENSE.txt in the top directory of // the source code. // // Copyright 2009 Andrew Manson // #ifndef OSMELEMENTDICTIONARY_H #define OSMELEMENTDICTIONARY_H namespace Marble { namespace osm { extern const char* osmTag_osm; extern const char* osmTag_bounds; extern const char* osmTag_node; extern const char* osmTag_way; extern const char* osmTag_nd; } } #endif // OSMELEMENTDICTIONARY_H