axmol/cocos2dx/base_nodes
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
..
CCAtlasNode.cpp getInstance() / destroyInstance() are used... 2013-07-11 15:24:23 -07:00
CCAtlasNode.h issue #2129:fix conflicts 2013-07-05 17:32:50 +08:00
CCGLBufferedNode.cpp issue #2129: Removing CC prefix for cocos2dx module. 2013-06-20 14:13:12 +08:00
CCGLBufferedNode.h ios and mac projects unified in one simple xcode project 2013-07-02 18:20:38 -07:00
CCNode.cpp issue #2404:created CCDprecated.h and move all global functions and variables into it 2013-07-15 16:14:26 +08:00
CCNode.h Adds more readability to the class internals. 2013-07-15 12:43:22 -07:00