#ifndef OPENMW_APPS_OPENMW_MWWORLD_POSITIONCELLGRID_H #define OPENMW_APPS_OPENMW_MWWORLD_POSITIONCELLGRID_H #include #include namespace MWWorld { struct PositionCellGrid { osg::Vec3f mPosition; osg::Vec4i mCellBounds; }; } #endif