Former-commit-id: bdbe1aab7fe7f0241069aa2d9ab444897ba471cd [formerly 5fd04e51e2a7441252ef56f136bd9d81df380f75]
Former-commit-id: d326241827c4021980631a210603c4d5b77cf6f3
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
{