Some small fixes to make LOVE compilable in MSVC2010.

This commit is contained in:
rude
2010-09-05 12:05:05 +02:00
parent 2107f6810b
commit 8c721ceb6a
5 changed files with 21 additions and 8 deletions
+5
View File
@@ -341,6 +341,11 @@ namespace box2d
void setFixedRotation(bool fixed);
bool getFixedRotation() const;
/**
* Get the World this Body resides in.
*/
World * getWorld() const;
private:
/**