| 14 | using namespace TEN::Utils; |
| 15 | |
| 16 | CreatureInfo* GetCreatureInfo(ItemInfo* item) |
| 17 | { |
| 18 | return (CreatureInfo*)item->Data; |
| 19 | } |
| 20 | |
| 21 | bool IsNextSectorValid(const ItemInfo& item, const Vector3& dir, float dist, bool canFloat) |
| 22 | { |
no outgoing calls
no test coverage detected