#ifndef OPENMW_COMPONENTS_DETOURNAVIGATOR_CELLGRIDBOUNDS_H #define OPENMW_COMPONENTS_DETOURNAVIGATOR_CELLGRIDBOUNDS_H #include namespace DetourNavigator { struct CellGridBounds { osg::Vec2i mCenter; int mHalfSize; }; } #endif