|
|
@ -141,7 +141,7 @@ namespace MWBase
|
|
|
|
|
|
|
|
|
|
|
|
virtual bool isCellQuasiExterior() const = 0;
|
|
|
|
virtual bool isCellQuasiExterior() const = 0;
|
|
|
|
|
|
|
|
|
|
|
|
virtual osg::Vec2f getNorthVector (MWWorld::CellStore* cell) = 0;
|
|
|
|
virtual osg::Vec2f getNorthVector (const MWWorld::CellStore* cell) = 0;
|
|
|
|
///< get north vector for given interior cell
|
|
|
|
///< get north vector for given interior cell
|
|
|
|
|
|
|
|
|
|
|
|
virtual void getDoorMarkers (MWWorld::CellStore* cell, std::vector<DoorMarker>& out) = 0;
|
|
|
|
virtual void getDoorMarkers (MWWorld::CellStore* cell, std::vector<DoorMarker>& out) = 0;
|
|
|
|