Make Fixture creation API more lovely

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-09-24 09:27:39 -04:00
parent a0c0fd8387
commit b36ff409aa
8 changed files with 64 additions and 75 deletions
-4
View File
@@ -373,10 +373,6 @@ namespace box2d
* Get the World this Body resides in.
*/
World * getWorld() const;
Fixture * createFixture(Shape * shape, float density);
void destroyFixture(Fixture * fixture);
private:
/**