axmol/extensions/GUI/CCScrollView
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
..
CCScrollView.cpp Some more changes to make the code more c++ friendly: 2013-07-16 18:16:04 -07:00
CCScrollView.h More best practices fixes 2013-07-18 16:30:19 -07:00
CCSorting.cpp CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
CCSorting.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCTableView.cpp Some more changes to make the code more c++ friendly: 2013-07-16 18:16:04 -07:00
CCTableView.h More best practices fixes 2013-07-18 16:30:19 -07:00
CCTableViewCell.cpp issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCTableViewCell.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00