axmol/tools/tolua++/CCActionPageTurn3D.pkg

6 lines
120 B
Plaintext
Raw Normal View History

2011-06-14 14:31:25 +08:00
2012-02-02 14:26:38 +08:00
class CCPageTurn3D : public CCGrid3DAction
2011-06-14 14:31:25 +08:00
{
2012-12-27 11:47:49 +08:00
static CCPageTurn3D* create(float duration, CCSize gridSize);
2012-02-02 14:26:38 +08:00
};