axmol/extensions/CCArmature/utils
Ricardo Quesada 6e25301b43 more best practices fixes
- Adds more `const` in getters
- Overriden methods have the `override` keyword
- Reorganizes the structure of the class:
  # creators first, then constructor, destructors, init
  # then overridden methods
  # variables at the end
- removes Hungarian notation from parts of the code
2013-07-17 16:56:19 -07:00
..
CCArmatureDataManager.cpp issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCArmatureDataManager.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCArmatureDefine.h standardize code 2013-06-07 10:52:32 +08:00
CCConstValue.h move const value to CCDataReaderHelper.cpp 2013-06-07 14:47:08 +08:00
CCDataReaderHelper.cpp getInstance() / destroyInstance() are used... 2013-07-11 15:24:23 -07:00
CCDataReaderHelper.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCSpriteFrameCacheHelper.cpp more best practices fixes 2013-07-17 16:56:19 -07:00
CCSpriteFrameCacheHelper.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCTransformHelp.cpp issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCTransformHelp.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCTweenFunction.cpp issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCTweenFunction.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCUtilMath.cpp issue #2393:mark ccp as deprecated 2013-07-12 14:11:55 +08:00
CCUtilMath.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00