axmol/cocos2dx/layers_scenes_transitions_n...
Ricardo Quesada 9958e0d7f9 Adds more readability to the class internals.
Changes:
  - creator (static) methods, and singleton methods (static) are always at the top of the class
  - Constructors, destructros, and init methods comes next
  - Then the instance methods for the class
  - Then the overriden methods
  - and finally the ivars

Also, overriden methos have the "override" context keyword
2013-07-15 12:43:22 -07:00
..
CCLayer.cpp issue #2404:created CCDprecated.h and move all global functions and variables into it 2013-07-15 16:14:26 +08:00
CCLayer.h Adds more readability to the class internals. 2013-07-15 12:43:22 -07:00
CCScene.cpp issue #2404:created CCDprecated.h and move all global functions and variables into it 2013-07-15 16:14:26 +08:00
CCScene.h Adds more readability to the class internals. 2013-07-15 12:43:22 -07:00
CCTransition.cpp Adds more readability to the class internals. 2013-07-15 12:43:22 -07:00
CCTransition.h Adds more readability to the class internals. 2013-07-15 12:43:22 -07:00
CCTransitionPageTurn.cpp Adds more readability to the class internals. 2013-07-15 12:43:22 -07:00
CCTransitionPageTurn.h Adds more readability to the class internals. 2013-07-15 12:43:22 -07:00
CCTransitionProgress.cpp Adds more readability to the class internals. 2013-07-15 12:43:22 -07:00
CCTransitionProgress.h Adds more readability to the class internals. 2013-07-15 12:43:22 -07:00