Forward.h 350 B

1234567891011121314151617181920
  1. // Copyright (C) 2009-2021, 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. {
  8. class LineSegment;
  9. class Obb;
  10. class Plane;
  11. class Sphere;
  12. class Aabb;
  13. class ConvexHullShape;
  14. class Ray;
  15. class Cone;
  16. } // end namespace anki