Fix newton include

This commit is contained in:
Jérôme Leclercq
2021-05-05 14:01:37 +02:00
parent 2a4f020dd7
commit 6ed3d2b144
4 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
#include <Nazara/Core/Log.hpp>
#include <Nazara/Physics3D/Config.hpp>
#include <Nazara/Physics3D/Collider3D.hpp>
#include <Newton/Newton.h>
#include <newton/Newton.h>
#include <Nazara/Physics3D/Debug.hpp>
namespace Nz