mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +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:
@@ -86,7 +86,7 @@ namespace box2d
|
||||
* Gets the type of Shape. Useful for
|
||||
* debug drawing.
|
||||
**/
|
||||
int getType() const;
|
||||
Type getType() const;
|
||||
|
||||
/**
|
||||
* Sets the friction of the Shape.
|
||||
|
||||
Reference in New Issue
Block a user