mirror of https://github.com/axmolengine/axmol.git
14 lines
224 B
Plaintext
14 lines
224 B
Plaintext
|
|
||
|
#include "CCActionGrid3D.h"
|
||
|
|
||
|
namespace cocos2d
|
||
|
{
|
||
|
|
||
|
class CCPageTurn3D : public CCGrid3DAction
|
||
|
{
|
||
|
void update(ccTime time);
|
||
|
static CCPageTurn3D* actionWithSize(ccGridSize gridSize, ccTime time);
|
||
|
};
|
||
|
}
|
||
|
|