Former-commit-id: 92e5665db87f810ea4e93729248ddf0d2cd16c1e [formerly 562b7d56979496c390b03d30cc7a709935c954d4]
Former-commit-id: f8b1a7bbef8e659068b0c320300166970bf6a3f6
This commit is contained in:
Lynix
2016-06-01 08:42:58 +02:00
14 changed files with 114 additions and 44 deletions

View File

@@ -74,6 +74,6 @@ namespace Nz
}
#include <Nazara/Graphics/dEPTHRenderTechnique.inl>
#include <Nazara/Graphics/DepthRenderTechnique.inl>
#endif // NAZARA_DEPTHRENDERTECHNIQUE_HPP

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
{