axmol/cocos2dx/include
Ricardo Quesada 85ed6d620b fixes some macro names
kActionInvalidTag -> Action::INVALID_TAG
kNodeTagInvalid -> Node::INVALID_TAG

and it is no longer a `#define` but an `int`

Signed-off-by: Ricardo Quesada <ricardoquesada@gmail.com>
2013-08-28 12:43:20 -07:00
..
CCDeprecated.h fixes some macro names 2013-08-28 12:43:20 -07:00
CCEventType.h issue #2129: Removing CC prefix for cocos2dx module. 2013-06-20 14:13:12 +08:00
CCProtocols.h Fixed more documentation errors. 2013-08-01 20:55:43 +08:00
ccConfig.h Up refresh interval to 2 secs 2013-08-05 02:04:25 -07:00
ccMacros.h ccGLXXX -> GL::xxx 2013-07-25 18:42:53 -07:00
ccTypes.h Minor fix of 'Color4F(const Color3B& color3B)'. r(color3B.r) --> r(color3B.r/255.0f) 2013-08-28 17:15:35 +08:00
cocos2d.h some more clean up and removed CCStringTTF 2013-08-07 16:36:04 -07:00