more corrections

actorid
Jason Hooks 13 years ago
parent bc58ef28cd
commit db57f0a1a5

@ -9,11 +9,6 @@ namespace MWClass
{
public:
virtual void insertObjectRendering (const MWWorld::Ptr& ptr, MWRender::RenderingInterface& renderingInterface) const;
///< Add reference into a cell for rendering
virtual void insertObject(const MWWorld::Ptr& ptr, MWWorld::PhysicsSystem& physics, MWWorld::Environment& environment) const;
virtual std::string getName (const MWWorld::Ptr& ptr) const;
///< \return name (the one that is to be presented to the user; not the internal one);
/// can return an empty string.

@ -15,7 +15,6 @@
#include "../mwmechanics/mechanicsmanager.hpp"
#include <OgreSceneNode.h>
#include "../mwrender/objects.hpp"
namespace
{

@ -12,7 +12,6 @@
#include "../mwworld/world.hpp" // these includes can be removed once the static-hack is gone
#include "../mwworld/ptr.hpp"
#include <components/esm/loadstat.hpp>
#include "renderinginterface.hpp"
using namespace MWRender;

Loading…
Cancel
Save