From 58be3a3f3df2421e011d175ac17244c525e490ce Mon Sep 17 00:00:00 2001 From: "chappuis.daniel" Date: Tue, 18 Oct 2011 22:15:16 +0000 Subject: [PATCH] Change of the directory structure git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@444 92aac97c-a6ce-11dd-a772-7fcde58d38e6 --- src/collision/OverlappingPair.h | 2 +- src/{engine => collision}/PersistentContactCache.cpp | 0 src/{engine => collision}/PersistentContactCache.h | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) rename src/{engine => collision}/PersistentContactCache.cpp (100%) rename src/{engine => collision}/PersistentContactCache.h (99%) diff --git a/src/collision/OverlappingPair.h b/src/collision/OverlappingPair.h index cf2ccf25..4e657a0c 100644 --- a/src/collision/OverlappingPair.h +++ b/src/collision/OverlappingPair.h @@ -26,7 +26,7 @@ #define OVERLAPPING_PAIR_H // Libraries -#include "../engine/PersistentContactCache.h" +#include "PersistentContactCache.h" // ReactPhysics3D namespace namespace reactphysics3d { diff --git a/src/engine/PersistentContactCache.cpp b/src/collision/PersistentContactCache.cpp similarity index 100% rename from src/engine/PersistentContactCache.cpp rename to src/collision/PersistentContactCache.cpp diff --git a/src/engine/PersistentContactCache.h b/src/collision/PersistentContactCache.h similarity index 99% rename from src/engine/PersistentContactCache.h rename to src/collision/PersistentContactCache.h index f62bede0..4e3bad16 100644 --- a/src/engine/PersistentContactCache.h +++ b/src/collision/PersistentContactCache.h @@ -36,7 +36,6 @@ namespace reactphysics3d { // Constants const uint MAX_CONTACTS_IN_CACHE = 4; // Maximum number of contacts in the persistent cache -// TODO : Move this class in collision/ folder /* ------------------------------------------------------------------- Class PersistentContactCache :