updated to latest mobile-common (0cf55b7da58e), removed libtiff, libpng, libmng, devil, jasper, jpeg-8d, added libturbo-jpeg

This commit is contained in:
fysx
2014-08-27 23:19:11 +02:00
parent aba2f47b31
commit abb819335b
1910 changed files with 78167 additions and 922995 deletions
+8 -1
View File
@@ -393,6 +393,13 @@ public:
**/
int getFixtureList(lua_State *L) const;
/**
* Get an array of all active Contacts attached to this Body.
* This list changes during World:update and you may miss some collisions
* if you don't use the collision callbacks.
**/
int getContactList(lua_State *L) const;
/**
* Destroy this body.
**/
@@ -429,7 +436,7 @@ private:
//
// This ensures that a World only can be destroyed
// once all bodies have been destroyed too.
World *world;
Object::StrongRef<World> world;
bodyudata *udata;