Jolt.h 238 B

1234567891011
  1. // SPDX-FileCopyrightText: 2021 Jorrit Rouwe
  2. // SPDX-License-Identifier: MIT
  3. #pragma once
  4. // Project includes
  5. #include <Core/Core.h>
  6. #include <Core/IssueReporting.h>
  7. #include <Math/Math.h>
  8. #include <Math/Vec4.h>
  9. #include <Math/Mat44.h>