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:
parent
4049f6ae3b
commit
58be3a3f3d
|
@ -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 {
|
||||||
|
|
|
@ -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 :
|
Loading…
Reference in New Issue
Block a user