mirror of https://github.com/axmolengine/axmol.git
15 lines
197 B
Plaintext
15 lines
197 B
Plaintext
|
namespace cocos2d {
|
||
|
|
||
|
class CCSpriteSheetInternalOnly : public CCSpriteBatchNode
|
||
|
{
|
||
|
};
|
||
|
|
||
|
|
||
|
class CCSpriteSheet: public CCSpriteSheetInternalOnly
|
||
|
{
|
||
|
};
|
||
|
|
||
|
}//namespace cocos2d
|
||
|
|
||
|
|