cocos2dx/include
sssss年
这个作者很懒,什么都没留下…
展开
-
CCEventType
#ifndef __CCEVENT_TYPE_H__ #define __CCEVENT_TYPE_H__ /** * This header is used for defining event types using in CCNotificationCenter */ // The application will come to foreground.原创 2014-06-03 09:48:55 · 732 阅读 · 0 评论 -
ccMacros
#ifndef __CCMACROS_H__ #define __CCMACROS_H__ #ifndef _USE_MATH_DEFINES #define _USE_MATH_DEFINES #endif #include "platform/CCCommon.h" #include "CCStdC.h" #ifndef CCAssert #原创 2014-06-03 09:48:02 · 1093 阅读 · 0 评论 -
ccConfig(设置一些底层接口状态:是否支持动作叠加 设置fps更新间隔和位置 是否画边框等。。)
#ifndef __CCCONFIG_H__ #define __CCCONFIG_H__ #include "platform/CCPlatformConfig.h" /** @file cocos2d (cc) configuration file */ /** @def CC_ENABLE_STACKABLE_ACTIONS If e原创 2014-06-03 09:49:43 · 1817 阅读 · 0 评论 -
ccTypeInfo
#ifndef cocos2dx_ccTypeInfo_h #define cocos2dx_ccTypeInfo_h #include "platform/CCPlatformMacros.h" #include #include #include NS_CC_BEGIN class TypeInfo { public:原创 2014-06-03 09:46:25 · 581 阅读 · 0 评论 -
cocos2d
#ifndef __COCOS2D_H__ #define __COCOS2D_H__ // 0x00 HI ME LO // 00 02 01 00 #define COCOS2D_VERSION 0x00020100 // // all cocos2d include files // #include "ccConfig.h" //原创 2014-06-03 09:44:31 · 1373 阅读 · 0 评论 -
ccTypes(各种类型--ccColor3B ccVertex2F ccQuad2 ccQuad3 ccBlendFunc ccFontDefinition)
#ifndef __CCTYPES_H__ #define __CCTYPES_H__ #include #include "cocoa/CCGeometry.h" #include "CCGL.h" NS_CC_BEGIN /** RGB color composed of bytes 3 bytes @原创 2014-06-03 09:45:44 · 2992 阅读 · 0 评论 -
CCProtocols(各种协议CCRGBAProtocol:函数-透明度是否改变RGB、颜色是否下传。混合协议+CCTextureProtocol+字体协议+导演协议 )
#ifndef __CCPROTOCOLS_H__ #define __CCPROTOCOLS_H__ #include "ccTypes.h" #include "textures/CCTexture2D.h" #include NS_CC_BEGIN /** * RGBA protocol that affects CCNode's col原创 2014-06-03 09:47:13 · 1347 阅读 · 0 评论