mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 12:58:00 +03:00
14 lines
231 B
C++
14 lines
231 B
C++
![]() |
#ifndef OPENMW_COMPONENTS_SETTINGS_NAVMESHRENDERMODE_H
|
||
|
#define OPENMW_COMPONENTS_SETTINGS_NAVMESHRENDERMODE_H
|
||
|
|
||
|
namespace Settings
|
||
|
{
|
||
|
enum class NavMeshRenderMode
|
||
|
{
|
||
|
AreaType,
|
||
|
UpdateFrequency,
|
||
|
};
|
||
|
}
|
||
|
|
||
|
#endif
|