#ifndef OPENMW_COMPONENTS_SETTINGS_NAVMESHRENDERMODE_H
#define OPENMW_COMPONENTS_SETTINGS_NAVMESHRENDERMODE_H

namespace Settings
{
    enum class NavMeshRenderMode
    {
        AreaType,
        UpdateFrequency,
    };
}

#endif