axmol/extensions/physics_nodes
Ricardo Quesada ba6ab126c6 More best practices fixes
- class order fixes
  - static methods (creators) at the beginning
  - then constructors / destructors
  - then init
- more `const` fixes
  - adds some const getters
  - some getters have 2 versions: `const` and no-const version
- renamed CocosDenshion::sharedEngine -> getInstance()
2013-07-18 16:30:19 -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 Some more changes to make the code more c++ friendly: 2013-07-16 18:16:04 -07:00
CCPhysicsSprite.h More best practices fixes 2013-07-18 16:30:19 -07:00