git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@160 92aac97c-a6ce-11dd-a772-7fcde58d38e6
This commit is contained in:
parent
c092040d35
commit
6089f8ef4b
|
@ -20,6 +20,9 @@
|
|||
#ifndef BROADPHASEALGORITHM_H
|
||||
#define BROADPHASEALGORITHM_H
|
||||
|
||||
// Libraries
|
||||
#include "../body/BoundingVolume.h"
|
||||
|
||||
// Namespace ReactPhysics3D
|
||||
namespace reactphysics3d {
|
||||
|
||||
|
|
|
@ -20,6 +20,9 @@
|
|||
#ifndef NARROWPHASEALGORITHM_H
|
||||
#define NARROWPHASEALGORITHM_H
|
||||
|
||||
// Libraries
|
||||
#include "../body/BoundingVolume.h"
|
||||
|
||||
// Namespace ReactPhysics3D
|
||||
namespace reactphysics3d {
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user