#ifndef __CCCONTENTLAYER_H__ #define __CCCONTENTLAYER_H__ #include namespace gd { class GDH_DLL CCContentLayer : public cocos2d::CCLayerColor { //no members public: static CCContentLayer* create(const cocos2d::ccColor4B& color, float width, float height) { __asm { movss xmm1, width movss xmm2, height } return reinterpret_cast( base + 0x172A0 )(color); } }; } #endif