mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Moved most constants into relevant classes.
This commit is contained in:
@@ -23,8 +23,7 @@
|
||||
|
||||
// LOVE
|
||||
#include <common/runtime.h>
|
||||
#include <common/Object.h>
|
||||
#include <common/constants.h>
|
||||
#include <physics/Joint.h>
|
||||
|
||||
// Box2D
|
||||
#include "Include/Box2D.h"
|
||||
@@ -44,7 +43,7 @@ namespace box2d
|
||||
* A Joint can be used to prevent Bodies from going to
|
||||
* far apart, or coming too close together.
|
||||
**/
|
||||
class Joint : public Object
|
||||
class Joint : public love::physics::Joint
|
||||
{
|
||||
friend class GearJoint;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user