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

#include "KML_Object"

namespace osgEarth_kml
{
    using namespace osgEarth;

    struct KML_StyleSelector : public KML_Object
    {
    };

} // namespace osgEarth_kml

#endif // OSGEARTH_DRIVER_KML_KML_STYLESELECTOR
