#ifndef OPENMW_COMPONENTS_DETOURNAVIGATOR_NAVMESHDBUTILS_H #define OPENMW_COMPONENTS_DETOURNAVIGATOR_NAVMESHDBUTILS_H #include "navmeshdb.hpp" #include namespace DetourNavigator { struct MeshSource; ShapeId resolveMeshSource(NavMeshDb& db, const MeshSource& source, ShapeId& nextShapeId); std::optional resolveMeshSource(NavMeshDb& db, const MeshSource& source); } #endif