#ifndef OPENMW_COMPONENTS_PATHGRIDUTIL_H #define OPENMW_COMPONENTS_PATHGRIDUTIL_H #include #include namespace ESM { struct Pathgrid; } namespace SceneUtil { osg::ref_ptr createPathgridGeometry(const ESM::Pathgrid& pathgrid); } #endif