JoltPhysics3D: Add some methods to JoltCharacter

This commit is contained in:
SirLynix
2023-03-30 13:24:33 +02:00
committed by Jérôme Leclercq
parent 74bfd8fa4e
commit 8d25495bab
3 changed files with 32 additions and 1 deletions

View File

@@ -2,11 +2,14 @@
// This file is part of the "Nazara Engine - JoltPhysics3D module"
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/JoltPhysics3D/JoltCharacter.hpp>
#include <Nazara/JoltPhysics3D/Debug.hpp>
namespace Nz
{
inline void JoltCharacter::DisableSleeping()
{
return EnableSleeping(false);
}
}
#include <Nazara/JoltPhysics3D/DebugOff.hpp>