Moved most constants into relevant classes.

This commit is contained in:
rude
2009-07-26 23:05:26 +02:00
parent dcb3dfd83d
commit e0115a384e
25 changed files with 901 additions and 555 deletions
+2 -3
View File
@@ -22,9 +22,8 @@
#define LOVE_PHYSICS_BOX2D_SHAPE_H
// LOVE
#include <common/Object.h>
#include <physics/Shape.h>
#include <common/Reference.h>
#include <common/constants.h>
// Box2D
#include "Include/Box2D.h"
@@ -56,7 +55,7 @@ namespace box2d
* a Shape's geometry will be affected by the parent
* body's transformation.
**/
class Shape : public Object
class Shape : public love::physics::Shape
{
protected: