/* osgEarth
 * Copyright 2025 Pelican Mapping
 * MIT License
 */

#ifndef OSGEARTH_TERRAIN_LAYER_H
#define OSGEARTH_TERRAIN_LAYER_H 1

namespace osgEarth
{
    /**
     * Marker class for layers that manipulate terrain elevation
     */
    class TerrainLayer
    {
    };
}

#endif // OSGEARTH_TERRAIN_LAYER_H