1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-23 16:09:45 +00:00

World::moveObjectImp private

This commit is contained in:
Sebastian Wick 2011-08-02 19:46:21 +02:00
parent 41d4ad93f8
commit 74b4a0cbe5

View file

@ -96,6 +96,8 @@ namespace MWWorld
int getDaysPerMonth (int month) const;
void moveObjectImp (Ptr ptr, float x, float y, float z);
public:
World (OEngine::Render::OgreRenderer& renderer, OEngine::Physic::PhysicEngine* physEng,
@ -180,8 +182,6 @@ namespace MWWorld
void deleteObject (Ptr ptr);
void moveObjectImp (Ptr ptr, float x, float y, float z);
void moveObject (Ptr ptr, float x, float y, float z);
void indexToPosition (int cellX, int cellY, float &x, float &y, bool centre = false) const;