linux fixes, bugfixes, comments

This commit is contained in:
Irlan Robson
2016-12-21 19:15:43 -02:00
parent 1672673839
commit 81f744b805
149 changed files with 2371 additions and 3413 deletions

View File

@ -19,7 +19,7 @@
#ifndef B3_CAPSULE_SHAPE_H
#define B3_CAPSULE_SHAPE_H
#include <bounce\dynamics\shapes\shape.h>
#include <bounce/dynamics/shapes/shape.h>
// A capsule defined along the up-axis.
class b3CapsuleShape : public b3Shape