/* osgEarth
 * Copyright 2008-2010 Pelican Mapping
 * MIT License
 */
#ifndef OSGEARTH_DRIVER_KML_KML_PLACEMARK
#define OSGEARTH_DRIVER_KML_KML_PLACEMARK 1

#include "KML_Feature"

using namespace osgEarth_kml;
using namespace osgEarth;

struct KML_Placemark : public KML_Feature
{
    virtual void build( xml_node<>* node, KMLContext& cx );
};

#endif // OSGEARTH_DRIVER_KML_KML_PLACEMARK
