/* osgEarth
 * Copyright 2025 Pelican Mapping
 * MIT License
 */
#ifndef OSGEARTH_DRIVER_KML_KML_NETWORKLINKCONTROL
#define OSGEARTH_DRIVER_KML_KML_NETWORKLINKCONTROL 1

#include "KML_Object"

namespace osgEarth_kml
{
    using namespace osgEarth;

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

} // namespace osgEarth_kml

#endif // OSGEARTH_DRIVER_KML_KML_NETWORKLINKCONTROL
