xmake check-files -f

This commit is contained in:
SirLynix
2023-04-10 13:54:02 +02:00
committed by Jérôme Leclercq
parent 262351c5c3
commit 670389d268
40 changed files with 83 additions and 86 deletions

View File

@@ -7,9 +7,9 @@
#include <Nazara/JoltPhysics3D/JoltHelper.hpp>
#include <Nazara/JoltPhysics3D/JoltPhysWorld3D.hpp>
#include <Jolt/Jolt.h>
#include <Jolt/Physics/Collision/ObjectLayer.h>
#include <Jolt/Physics/Character/Character.h>
#include <Jolt/Physics/PhysicsSystem.h>
#include <Jolt/Physics/Character/Character.h>
#include <Jolt/Physics/Collision/ObjectLayer.h>
#include <Nazara/JoltPhysics3D/Debug.hpp>
namespace Nz