Physics: Upgrade Newton to 3.13

Former-commit-id: 9e3777a39842ab18e103a75a590d8d58d25b10c5
This commit is contained in:
Lynix
2016-05-31 09:02:35 +02:00
parent ea920d2e64
commit 6557fedf47
4 changed files with 9 additions and 7 deletions

View File

@@ -20,7 +20,7 @@
#include <Nazara/Physics/Enums.hpp>
#include <unordered_map>
struct NewtonCollision;
class NewtonCollision;
namespace Nz
{

View File

@@ -15,7 +15,7 @@
#include <Nazara/Physics/Config.hpp>
#include <Nazara/Physics/Geom.hpp>
struct NewtonBody;
class NewtonBody;
namespace Nz
{

View File

@@ -12,7 +12,7 @@
#include <Nazara/Math/Vector3.hpp>
#include <Nazara/Physics/Config.hpp>
struct NewtonWorld;
class NewtonWorld;
namespace Nz
{