Change of the directory structure

git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@444 92aac97c-a6ce-11dd-a772-7fcde58d38e6
This commit is contained in:
chappuis.daniel 2011-10-18 22:15:16 +00:00
parent 4049f6ae3b
commit 58be3a3f3d
3 changed files with 1 additions and 2 deletions

View File

@ -26,7 +26,7 @@
#define OVERLAPPING_PAIR_H #define OVERLAPPING_PAIR_H
// Libraries // Libraries
#include "../engine/PersistentContactCache.h" #include "PersistentContactCache.h"
// ReactPhysics3D namespace // ReactPhysics3D namespace
namespace reactphysics3d { namespace reactphysics3d {

View File

@ -36,7 +36,6 @@ namespace reactphysics3d {
// Constants // Constants
const uint MAX_CONTACTS_IN_CACHE = 4; // Maximum number of contacts in the persistent cache const uint MAX_CONTACTS_IN_CACHE = 4; // Maximum number of contacts in the persistent cache
// TODO : Move this class in collision/ folder
/* ------------------------------------------------------------------- /* -------------------------------------------------------------------
Class PersistentContactCache : Class PersistentContactCache :