axmol/extensions/cocostudio/CocosStudioExtension.h

21 lines
265 B
C
Raw Normal View History

#ifndef __COCOSSTUDIOEXTENSION_H__
#define __COCOSSTUDIOEXTENSION_H__
#include "math/CCAffineTransform.h"
#include "CocosStudioExport.h"
NS_AX_BEGIN
class CCS_DLL NodeExtension
{
public:
NodeExtension();
~NodeExtension();
private:
};
NS_AX_END
#endif