mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-20 07:23:51 +00:00
more corrections
This commit is contained in:
parent
bc58ef28cd
commit
db57f0a1a5
3 changed files with 0 additions and 7 deletions
|
@ -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…
Reference in a new issue