mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-10-03 01:53:12 -04:00
World::moveObjectImp private
This commit is contained in:
parent
41d4ad93f8
commit
74b4a0cbe5
@ -96,6 +96,8 @@ namespace MWWorld
|
|||||||
|
|
||||||
int getDaysPerMonth (int month) const;
|
int getDaysPerMonth (int month) const;
|
||||||
|
|
||||||
|
void moveObjectImp (Ptr ptr, float x, float y, float z);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
World (OEngine::Render::OgreRenderer& renderer, OEngine::Physic::PhysicEngine* physEng,
|
World (OEngine::Render::OgreRenderer& renderer, OEngine::Physic::PhysicEngine* physEng,
|
||||||
@ -180,8 +182,6 @@ namespace MWWorld
|
|||||||
|
|
||||||
void deleteObject (Ptr ptr);
|
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 moveObject (Ptr ptr, float x, float y, float z);
|
||||||
|
|
||||||
void indexToPosition (int cellX, int cellY, float &x, float &y, bool centre = false) const;
|
void indexToPosition (int cellX, int cellY, float &x, float &y, bool centre = false) const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user