mirror of https://github.com/axmolengine/axmol.git
11 lines
302 B
Plaintext
11 lines
302 B
Plaintext
|
|
class CCTransitionRadialCCW : public CCTransitionScene
|
|
{
|
|
static CCTransitionRadialCCW* transitionWithDuration(ccTime t, CCScene* scene);
|
|
};
|
|
|
|
class CCTransitionRadialCW : public CCTransitionRadialCCW
|
|
{
|
|
static CCTransitionRadialCW* transitionWithDuration(ccTime t, CCScene* scene);
|
|
};
|