// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors. // All rights reserved. // Code licensed under the BSD License. // http://www.anki3d.org/LICENSE #include #include namespace anki { HeapAllocator PhysicsObject::getAllocator() const { return m_world->getAllocator(); } } // end namespace anki