Forward.h 353 B

12345678910111213141516171819
  1. // Copyright (C) 2009-present, Panagiotis Christopoulos Charitos and contributors.
  2. // All rights reserved.
  3. // Code licensed under the BSD License.
  4. // http://www.anki3d.org/LICENSE
  5. #pragma once
  6. namespace anki {
  7. class LineSegment;
  8. class Obb;
  9. class Plane;
  10. class Sphere;
  11. class Aabb;
  12. class ConvexHullShape;
  13. class Ray;
  14. class Cone;
  15. } // end namespace anki