axmol/cocos2dx/menu_nodes
Ricardo Quesada 89d210bdb3 CCAssert -> CCASSERT
and other best pracitces like:

capacity and "index" are ints and not unsigned int (google's recomendation).
 It is easier to detect underflow bugs like this

plus other minor improvements
2013-07-19 22:01:27 -07:00
..
CCMenu.cpp CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
CCMenu.h CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
CCMenuItem.cpp CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
CCMenuItem.h More getter functions: e.g. MenuItemFont::fontSize --> MenuItemFont::getFontSize 2013-07-19 11:08:47 +08:00