mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Some small fixes to make LOVE compilable in MSVC2010.
This commit is contained in:
@@ -341,6 +341,11 @@ namespace box2d
|
||||
|
||||
void setFixedRotation(bool fixed);
|
||||
bool getFixedRotation() const;
|
||||
|
||||
/**
|
||||
* Get the World this Body resides in.
|
||||
*/
|
||||
World * getWorld() const;
|
||||
private:
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user