Physics: Upgrade Newton to 3.13
Former-commit-id: 0744442f892fd7f53d9497669975b381b7bc1369
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#include <Nazara/Physics/Enums.hpp>
|
||||
#include <unordered_map>
|
||||
|
||||
struct NewtonCollision;
|
||||
class NewtonCollision;
|
||||
|
||||
namespace Nz
|
||||
{
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#include <Nazara/Physics/Config.hpp>
|
||||
#include <Nazara/Physics/Geom.hpp>
|
||||
|
||||
struct NewtonBody;
|
||||
class NewtonBody;
|
||||
|
||||
namespace Nz
|
||||
{
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include <Nazara/Math/Vector3.hpp>
|
||||
#include <Nazara/Physics/Config.hpp>
|
||||
|
||||
struct NewtonWorld;
|
||||
class NewtonWorld;
|
||||
|
||||
namespace Nz
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user