axmol/extensions/GUI/CCScrollView
Ricardo Quesada 8931d968c0 Renderer uses a float as a key
Instead of using a 64-bit int key with viewport, opaque and depth,
it only uses a 32-bit float with only the depth.
Saves time in:
 - No need to convert the 32-bit float into 24-bit int
 - keys are shorter
2014-01-17 16:08:29 -08:00
..
CCScrollView.cpp Renderer uses a float as a key 2014-01-17 16:08:29 -08:00
CCScrollView.h removes "include "cocos2d.h" from cocos2d files 2014-01-16 21:35:58 -08:00
CCTableView.cpp removes "include "cocos2d.h" from cocos2d files 2014-01-16 21:35:58 -08:00
CCTableView.h Adds empty constructor for TableView and TableViewCell. 2014-01-07 22:15:20 +08:00
CCTableViewCell.cpp removes "include "cocos2d.h" from cocos2d files 2014-01-16 21:35:58 -08:00
CCTableViewCell.h removes "include "cocos2d.h" from cocos2d files 2014-01-16 21:35:58 -08:00