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

#include "KML_Object"

using namespace osgEarth_kml;
using namespace osgEarth;

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

#endif // OSGEARTH_DRIVER_KML_KML_NETWORKLINK
