axmol/cocos2dx/sprite_nodes
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
..
CCAnimation.cpp closed #2393: fix conflicts 2013-07-12 18:04:32 +08:00
CCAnimation.h more best practices fixes 2013-07-17 16:56:19 -07:00
CCAnimationCache.cpp more best practices fixes 2013-07-17 16:56:19 -07:00
CCAnimationCache.h more best practices fixes 2013-07-17 16:56:19 -07:00
CCSprite.cpp more best practices fixes 2013-07-17 16:56:19 -07:00
CCSprite.h more best practices fixes 2013-07-17 16:56:19 -07:00
CCSpriteBatchNode.cpp issue #2404:created CCDprecated.h and move all global functions and variables into it 2013-07-15 16:14:26 +08:00
CCSpriteBatchNode.h more best practices fixes 2013-07-17 16:56:19 -07:00
CCSpriteFrame.cpp more best practices fixes 2013-07-17 16:56:19 -07:00
CCSpriteFrame.h more best practices fixes 2013-07-17 16:56:19 -07:00
CCSpriteFrameCache.cpp more best practices fixes 2013-07-17 16:56:19 -07:00
CCSpriteFrameCache.h more best practices fixes 2013-07-17 16:56:19 -07:00