mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Finally abstracted constants properly. Changed how the event module works; wasn't really abstract before. Removed libs we're not going to use: native, signal.
This commit is contained in:
@@ -81,7 +81,7 @@ namespace box2d
|
||||
/**
|
||||
* Gets the type of joint.
|
||||
**/
|
||||
int getType() const;
|
||||
Type getType() const;
|
||||
|
||||
/**
|
||||
* Gets the anchor positions of the Joint in world
|
||||
|
||||
Reference in New Issue
Block a user