Jolt.h 360 B

1234567891011121314
  1. // SPDX-FileCopyrightText: 2021 Jorrit Rouwe
  2. // SPDX-License-Identifier: MIT
  3. #pragma once
  4. // Project includes
  5. #include <Jolt/Core/Core.h>
  6. #include <Jolt/Core/ARMNeon.h>
  7. #include <Jolt/Core/Memory.h>
  8. #include <Jolt/Core/STLAllocator.h>
  9. #include <Jolt/Core/IssueReporting.h>
  10. #include <Jolt/Math/Math.h>
  11. #include <Jolt/Math/Vec4.h>
  12. #include <Jolt/Math/Mat44.h>