diff options
author | megamage <none@none> | 2009-03-23 15:26:13 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-03-23 15:26:13 -0600 |
commit | ba957ed9f476a39f5bbea621814bbe191493428c (patch) | |
tree | ed4eca5202986ac53997c10c783fb7f649611645 /src/game/Object.h | |
parent | 41a73f284beb26819f75da5c10f174fb24c57bc4 (diff) |
*Allow knockback creatures.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Object.h')
-rw-r--r-- | src/game/Object.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Object.h b/src/game/Object.h index 134df409ec7..b42fb9c4be7 100644 --- a/src/game/Object.h +++ b/src/game/Object.h @@ -461,6 +461,7 @@ class TRINITY_DLL_SPEC WorldObject : public Object float GetAngle( const WorldObject* obj ) const; float GetAngle( const float x, const float y ) const; + void GetSinCos(const float x, const float y, float &vsin, float &vcos); bool HasInArc( const float arcangle, const WorldObject* obj ) const; virtual void SendMessageToSet(WorldPacket *data, bool self, bool to_possessor = true); |