axmol/tools/tolua++/CCSpriteSheet.pkg

15 lines
197 B
Plaintext
Raw Normal View History

2011-06-14 14:31:25 +08:00
namespace cocos2d {
class CCSpriteSheetInternalOnly : public CCSpriteBatchNode
{
};
class CCSpriteSheet: public CCSpriteSheetInternalOnly
{
};
}//namespace cocos2d