git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@160 92aac97c-a6ce-11dd-a772-7fcde58d38e6

This commit is contained in:
chappuis.daniel 2009-07-03 12:16:28 +00:00
parent c092040d35
commit 6089f8ef4b
2 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,9 @@
#ifndef BROADPHASEALGORITHM_H #ifndef BROADPHASEALGORITHM_H
#define BROADPHASEALGORITHM_H #define BROADPHASEALGORITHM_H
// Libraries
#include "../body/BoundingVolume.h"
// Namespace ReactPhysics3D // Namespace ReactPhysics3D
namespace reactphysics3d { namespace reactphysics3d {

View File

@ -20,6 +20,9 @@
#ifndef NARROWPHASEALGORITHM_H #ifndef NARROWPHASEALGORITHM_H
#define NARROWPHASEALGORITHM_H #define NARROWPHASEALGORITHM_H
// Libraries
#include "../body/BoundingVolume.h"
// Namespace ReactPhysics3D // Namespace ReactPhysics3D
namespace reactphysics3d { namespace reactphysics3d {