cocos2d-x/extensions/physics_nodes
Ricardo Quesada 89d210bdb3 CCAssert -> CCASSERT
and other best pracitces like:

capacity and "index" are ints and not unsigned int (google's recomendation).
 It is easier to detect underflow bugs like this

plus other minor improvements
2013-07-19 22:01:27 -07:00
..
CCPhysicsDebugNode.cpp closed #2393: fix conflicts 2013-07-12 18:04:32 +08:00
CCPhysicsDebugNode.h More best practices fixes 2013-07-18 16:30:19 -07:00
CCPhysicsSprite.cpp CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
CCPhysicsSprite.h More best practices fixes 2013-07-18 16:30:19 -07:00