axmol/tools/tolua++/CCActionPageTurn3D.pkg

14 lines
224 B
Plaintext
Raw Normal View History

2011-06-14 14:31:25 +08:00
#include "CCActionGrid3D.h"
namespace cocos2d
{
class CCPageTurn3D : public CCGrid3DAction
{
void update(ccTime time);
static CCPageTurn3D* actionWithSize(ccGridSize gridSize, ccTime time);
};
}