axmol/samples/Cpp/TestCpp/Classes/ExtensionsTest/ArmatureTest
Ricardo Quesada 5d499d351d Some more changes to make the code more c++ friendly:
- nodeToParentTransform -> getNodeToParentTransform() (the same for its friends)
   - Deprecates the old methods
   - adds 'consts' to those methods
- boundingBox() -> getBoundingBox()
   - the new one is const
   - Deprecates the old method.
- Adds overrides keywords in CCNodeRGBA and CCArmature
- AffineMatrix are mutables
2013-07-16 18:16:04 -07:00
..
ArmatureScene.cpp Some more changes to make the code more c++ friendly: 2013-07-16 18:16:04 -07:00
ArmatureScene.h issue #2129: Removing CC prefix for samples module. 2013-06-20 14:17:10 +08:00