/libs/cocos2d/CCCompatibility.h
C Header | 224 lines | 192 code | 7 blank | 25 comment | 0 complexity | 1ab7a29ccf66660562b5a07411798d26 MD5 | raw file
Possible License(s): Apache-2.0
1 2/* 3 * cocos2d for iPhone: http://www.cocos2d-iphone.org 4 * 5 * Copyright (c) 2008-2010 Ricardo Quesada 6 * 7 * Permission is hereby granted, free of charge, to any person obtaining a copy 8 * of this software and associated documentation files (the "Software"), to deal 9 * in the Software without restriction, including without limitation the rights 10 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 11 * copies of the Software, and to permit persons to whom the Software is 12 * furnished to do so, subject to the following conditions: 13 * 14 * The above copyright notice and this permission notice shall be included in 15 * all copies or substantial portions of the Software. 16 * 17 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 20 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 21 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 22 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 23 * THE SOFTWARE. 24 * 25 */ 26 27// AUTOMATICALLY GENERATED. DO NOT EDIT 28 29 30#import <Foundation/Foundation.h> 31#import "cocos2d.h" 32 33#if CC_COMPATIBILITY_WITH_0_8 34 35DEPRECATED_ATTRIBUTE @interface AccelAmplitude : CCAccelAmplitude {} @end 36DEPRECATED_ATTRIBUTE @interface AccelDeccelAmplitude : CCAccelDeccelAmplitude {} @end 37DEPRECATED_ATTRIBUTE @interface Action : CCAction {} @end 38DEPRECATED_ATTRIBUTE @interface ActionManager : CCActionManager {} @end 39DEPRECATED_ATTRIBUTE @interface Animate : CCAnimate {} @end 40DEPRECATED_ATTRIBUTE @interface Animation : CCAnimation {} @end 41DEPRECATED_ATTRIBUTE @interface AtlasAnimation : CCAnimation {} @end 42DEPRECATED_ATTRIBUTE @interface AtlasNode : CCAtlasNode {} @end 43DEPRECATED_ATTRIBUTE @interface AtlasSprite : CCSprite {} @end 44DEPRECATED_ATTRIBUTE @interface AtlasSpriteFrame : CCSpriteFrame {} @end 45DEPRECATED_ATTRIBUTE @interface AtlasSpriteManager : CCSpriteSheet {} @end 46DEPRECATED_ATTRIBUTE @interface BezierBy : CCBezierBy {} @end 47DEPRECATED_ATTRIBUTE @interface BezierTo : CCBezierTo {} @end 48DEPRECATED_ATTRIBUTE @interface BitmapFontAtlas : CCBitmapFontAtlas {} @end 49DEPRECATED_ATTRIBUTE @interface BitmapFontConfiguration : CCBitmapFontConfiguration {} @end 50DEPRECATED_ATTRIBUTE @interface Blink : CCBlink {} @end 51DEPRECATED_ATTRIBUTE @interface CallFunc : CCCallFunc {} @end 52DEPRECATED_ATTRIBUTE @interface CallFuncN : CCCallFuncN {} @end 53DEPRECATED_ATTRIBUTE @interface CallFuncND : CCCallFuncND {} @end 54DEPRECATED_ATTRIBUTE @interface Camera : CCCamera {} @end 55DEPRECATED_ATTRIBUTE @interface CameraAction : CCCameraAction {} @end 56DEPRECATED_ATTRIBUTE @interface CocosNode : CCNode {} @end 57DEPRECATED_ATTRIBUTE @interface ColorLayer : CCColorLayer {} @end 58DEPRECATED_ATTRIBUTE @interface DeccelAmplitude : CCDeccelAmplitude {} @end 59DEPRECATED_ATTRIBUTE @interface DelayTime : CCDelayTime {} @end 60DEPRECATED_ATTRIBUTE @interface Director : CCDirector {} @end 61DEPRECATED_ATTRIBUTE @interface DisplayLinkDirector : CCDisplayLinkDirector {} @end 62DEPRECATED_ATTRIBUTE @interface EaseAction : CCEaseAction {} @end 63DEPRECATED_ATTRIBUTE @interface EaseBackIn : CCEaseBackIn {} @end 64DEPRECATED_ATTRIBUTE @interface EaseBackInOut : CCEaseBackInOut {} @end 65DEPRECATED_ATTRIBUTE @interface EaseBackOut : CCEaseBackOut {} @end 66DEPRECATED_ATTRIBUTE @interface EaseBounce : CCEaseBounce {} @end 67DEPRECATED_ATTRIBUTE @interface EaseBounceIn : CCEaseBounceIn {} @end 68DEPRECATED_ATTRIBUTE @interface EaseBounceInOut : CCEaseBounceInOut {} @end 69DEPRECATED_ATTRIBUTE @interface EaseBounceOut : CCEaseBounceOut {} @end 70DEPRECATED_ATTRIBUTE @interface EaseElastic : CCEaseElastic {} @end 71DEPRECATED_ATTRIBUTE @interface EaseElasticIn : CCEaseElasticIn {} @end 72DEPRECATED_ATTRIBUTE @interface EaseElasticInOut : CCEaseElasticInOut {} @end 73DEPRECATED_ATTRIBUTE @interface EaseElasticOut : CCEaseElasticOut {} @end 74DEPRECATED_ATTRIBUTE @interface EaseExponentialIn : CCEaseExponentialIn {} @end 75DEPRECATED_ATTRIBUTE @interface EaseExponentialInOut : CCEaseExponentialInOut {} @end 76DEPRECATED_ATTRIBUTE @interface EaseExponentialOut : CCEaseExponentialOut {} @end 77DEPRECATED_ATTRIBUTE @interface EaseIn : CCEaseIn {} @end 78DEPRECATED_ATTRIBUTE @interface EaseInOut : CCEaseInOut {} @end 79DEPRECATED_ATTRIBUTE @interface EaseOut : CCEaseOut {} @end 80DEPRECATED_ATTRIBUTE @interface EaseRateAction : CCEaseRateAction {} @end 81DEPRECATED_ATTRIBUTE @interface EaseSineIn : CCEaseSineIn {} @end 82DEPRECATED_ATTRIBUTE @interface EaseSineInOut : CCEaseSineInOut {} @end 83DEPRECATED_ATTRIBUTE @interface EaseSineOut : CCEaseSineOut {} @end 84DEPRECATED_ATTRIBUTE @interface FadeBLTransition : CCFadeBLTransition {} @end 85DEPRECATED_ATTRIBUTE @interface FadeDownTransition : CCFadeDownTransition {} @end 86DEPRECATED_ATTRIBUTE @interface FadeIn : CCFadeIn {} @end 87DEPRECATED_ATTRIBUTE @interface FadeOut : CCFadeOut {} @end 88DEPRECATED_ATTRIBUTE @interface FadeOutBLTiles : CCFadeOutBLTiles {} @end 89DEPRECATED_ATTRIBUTE @interface FadeOutDownTiles : CCFadeOutDownTiles {} @end 90DEPRECATED_ATTRIBUTE @interface FadeOutTRTiles : CCFadeOutTRTiles {} @end 91DEPRECATED_ATTRIBUTE @interface FadeOutUpTiles : CCFadeOutUpTiles {} @end 92DEPRECATED_ATTRIBUTE @interface FadeTRTransition : CCFadeTRTransition {} @end 93DEPRECATED_ATTRIBUTE @interface FadeTo : CCFadeTo {} @end 94DEPRECATED_ATTRIBUTE @interface FadeTransition : CCFadeTransition {} @end 95DEPRECATED_ATTRIBUTE @interface FadeUpTransition : CCFadeUpTransition {} @end 96DEPRECATED_ATTRIBUTE @interface FastDirector : CCFastDirector {} @end 97DEPRECATED_ATTRIBUTE @interface FiniteTimeAction : CCFiniteTimeAction {} @end 98DEPRECATED_ATTRIBUTE @interface FlipAngularTransition : CCFlipAngularTransition {} @end 99DEPRECATED_ATTRIBUTE @interface FlipX3D : CCFlipX3D {} @end 100DEPRECATED_ATTRIBUTE @interface FlipXTransition : CCFlipXTransition {} @end 101DEPRECATED_ATTRIBUTE @interface FlipY3D : CCFlipY3D {} @end 102DEPRECATED_ATTRIBUTE @interface FlipYTransition : CCFlipYTransition {} @end 103DEPRECATED_ATTRIBUTE @interface Grabber : CCGrabber {} @end 104DEPRECATED_ATTRIBUTE @interface Grid3D : CCGrid3D {} @end 105DEPRECATED_ATTRIBUTE @interface Grid3DAction : CCGrid3DAction {} @end 106DEPRECATED_ATTRIBUTE @interface GridAction : CCGridAction {} @end 107DEPRECATED_ATTRIBUTE @interface GridBase : CCGridBase {} @end 108DEPRECATED_ATTRIBUTE @interface Hide : CCHide {} @end 109DEPRECATED_ATTRIBUTE @interface InstantAction : CCInstantAction {} @end 110DEPRECATED_ATTRIBUTE @interface IntervalAction : CCIntervalAction {} @end 111DEPRECATED_ATTRIBUTE @interface JumpBy : CCJumpBy {} @end 112DEPRECATED_ATTRIBUTE @interface JumpTiles3D : CCJumpTiles3D {} @end 113DEPRECATED_ATTRIBUTE @interface JumpTo : CCJumpTo {} @end 114DEPRECATED_ATTRIBUTE @interface JumpZoomTransition : CCJumpZoomTransition {} @end 115DEPRECATED_ATTRIBUTE @interface Label : CCLabel {} @end 116DEPRECATED_ATTRIBUTE @interface LabelAtlas : CCLabelAtlas {} @end 117DEPRECATED_ATTRIBUTE @interface Layer : CCLayer {} @end 118DEPRECATED_ATTRIBUTE @interface Lens3D : CCLens3D {} @end 119DEPRECATED_ATTRIBUTE @interface Liquid : CCLiquid {} @end 120DEPRECATED_ATTRIBUTE @interface Menu : CCMenu {} @end 121DEPRECATED_ATTRIBUTE @interface MenuItem : CCMenuItem {} @end 122DEPRECATED_ATTRIBUTE @interface MenuItemAtlasFont : CCMenuItemAtlasFont {} @end 123DEPRECATED_ATTRIBUTE @interface MenuItemFont : CCMenuItemFont {} @end 124DEPRECATED_ATTRIBUTE @interface MenuItemImage : CCMenuItemImage {} @end 125DEPRECATED_ATTRIBUTE @interface MenuItemLabel : CCMenuItemLabel {} @end 126DEPRECATED_ATTRIBUTE @interface MenuItemSprite : CCMenuItemSprite {} @end 127DEPRECATED_ATTRIBUTE @interface MenuItemToggle : CCMenuItemToggle {} @end 128DEPRECATED_ATTRIBUTE @interface MotionStreak : CCMotionStreak {} @end 129DEPRECATED_ATTRIBUTE @interface MoveBy : CCMoveBy {} @end 130DEPRECATED_ATTRIBUTE @interface MoveInBTransition : CCMoveInBTransition {} @end 131DEPRECATED_ATTRIBUTE @interface MoveInLTransition : CCMoveInLTransition {} @end 132DEPRECATED_ATTRIBUTE @interface MoveInRTransition : CCMoveInRTransition {} @end 133DEPRECATED_ATTRIBUTE @interface MoveInTTransition : CCMoveInTTransition {} @end 134DEPRECATED_ATTRIBUTE @interface MoveTo : CCMoveTo {} @end 135DEPRECATED_ATTRIBUTE @interface MultiplexLayer : CCMultiplexLayer {} @end 136DEPRECATED_ATTRIBUTE @interface OrbitCamera : CCOrbitCamera {} @end 137DEPRECATED_ATTRIBUTE @interface OrientedTransitionScene : CCOrientedTransitionScene {} @end 138DEPRECATED_ATTRIBUTE @interface PVRTexture : CCPVRTexture {} @end 139DEPRECATED_ATTRIBUTE @interface PageTurn3D : CCPageTurn3D {} @end 140DEPRECATED_ATTRIBUTE @interface PageTurnTransition : CCPageTurnTransition {} @end 141DEPRECATED_ATTRIBUTE @interface ParallaxNode : CCParallaxNode {} @end 142DEPRECATED_ATTRIBUTE @interface ParticleExplosion : CCParticleExplosion {} @end 143DEPRECATED_ATTRIBUTE @interface ParticleFire : CCParticleFire {} @end 144DEPRECATED_ATTRIBUTE @interface ParticleFireworks : CCParticleFireworks {} @end 145DEPRECATED_ATTRIBUTE @interface ParticleFlower : CCParticleFlower {} @end 146DEPRECATED_ATTRIBUTE @interface ParticleGalaxy : CCParticleGalaxy {} @end 147DEPRECATED_ATTRIBUTE @interface ParticleMeteor : CCParticleMeteor {} @end 148DEPRECATED_ATTRIBUTE @interface ParticleRain : CCParticleRain {} @end 149DEPRECATED_ATTRIBUTE @interface ParticleSmoke : CCParticleSmoke {} @end 150DEPRECATED_ATTRIBUTE @interface ParticleSnow : CCParticleSnow {} @end 151DEPRECATED_ATTRIBUTE @interface ParticleSpiral : CCParticleSpiral {} @end 152DEPRECATED_ATTRIBUTE @interface ParticleSun : CCParticleSun {} @end 153DEPRECATED_ATTRIBUTE @interface ParticleSystem : CCParticleSystem {} @end 154DEPRECATED_ATTRIBUTE @interface Place : CCPlace {} @end 155DEPRECATED_ATTRIBUTE @interface PointParticleSystem : CCPointParticleSystem {} @end 156DEPRECATED_ATTRIBUTE @interface QuadParticleSystem : CCQuadParticleSystem {} @end 157DEPRECATED_ATTRIBUTE @interface RenderTexture : CCRenderTexture {} @end 158DEPRECATED_ATTRIBUTE @interface Repeat : CCRepeat {} @end 159DEPRECATED_ATTRIBUTE @interface RepeatForever : CCRepeatForever {} @end 160DEPRECATED_ATTRIBUTE @interface ReuseGrid : CCReuseGrid {} @end 161DEPRECATED_ATTRIBUTE @interface ReverseTime : CCReverseTime {} @end 162DEPRECATED_ATTRIBUTE @interface Ribbon : CCRibbon {} @end 163DEPRECATED_ATTRIBUTE @interface RibbonSegment : CCRibbonSegment {} @end 164DEPRECATED_ATTRIBUTE @interface Ripple3D : CCRipple3D {} @end 165DEPRECATED_ATTRIBUTE @interface RotateBy : CCRotateBy {} @end 166DEPRECATED_ATTRIBUTE @interface RotateTo : CCRotateTo {} @end 167DEPRECATED_ATTRIBUTE @interface RotoZoomTransition : CCRotoZoomTransition {} @end 168DEPRECATED_ATTRIBUTE @interface ScaleBy : CCScaleBy {} @end 169DEPRECATED_ATTRIBUTE @interface ScaleTo : CCScaleTo {} @end 170DEPRECATED_ATTRIBUTE @interface Scene : CCScene {} @end 171DEPRECATED_ATTRIBUTE @interface Scheduler : CCScheduler {} @end 172DEPRECATED_ATTRIBUTE @interface Sequence : CCSequence {} @end 173DEPRECATED_ATTRIBUTE @interface Shaky3D : CCShaky3D {} @end 174DEPRECATED_ATTRIBUTE @interface ShakyTiles3D : CCShakyTiles3D {} @end 175DEPRECATED_ATTRIBUTE @interface ShatteredTiles3D : CCShatteredTiles3D {} @end 176DEPRECATED_ATTRIBUTE @interface Show : CCShow {} @end 177DEPRECATED_ATTRIBUTE @interface ShrinkGrowTransition : CCShrinkGrowTransition {} @end 178DEPRECATED_ATTRIBUTE @interface ShuffleTiles : CCShuffleTiles {} @end 179DEPRECATED_ATTRIBUTE @interface SlideInBTransition : CCSlideInBTransition {} @end 180DEPRECATED_ATTRIBUTE @interface SlideInLTransition : CCSlideInLTransition {} @end 181DEPRECATED_ATTRIBUTE @interface SlideInRTransition : CCSlideInRTransition {} @end 182DEPRECATED_ATTRIBUTE @interface SlideInTTransition : CCSlideInTTransition {} @end 183DEPRECATED_ATTRIBUTE @interface Spawn : CCSpawn {} @end 184DEPRECATED_ATTRIBUTE @interface Speed : CCSpeed {} @end 185DEPRECATED_ATTRIBUTE @interface SplitCols : CCSplitCols {} @end 186DEPRECATED_ATTRIBUTE @interface SplitColsTransition : CCSplitColsTransition {} @end 187DEPRECATED_ATTRIBUTE @interface SplitRows : CCSplitRows {} @end 188DEPRECATED_ATTRIBUTE @interface SplitRowsTransition : CCSplitRowsTransition {} @end 189DEPRECATED_ATTRIBUTE @interface Sprite : CCSprite {} @end 190DEPRECATED_ATTRIBUTE @interface StandardTouchHandler : CCStandardTouchHandler {} @end 191DEPRECATED_ATTRIBUTE @interface StopGrid : CCStopGrid {} @end 192DEPRECATED_ATTRIBUTE @interface TMXLayer : CCTMXLayer {} @end 193DEPRECATED_ATTRIBUTE @interface TMXLayerInfo : CCTMXLayerInfo {} @end 194DEPRECATED_ATTRIBUTE @interface TMXMapInfo : CCTMXMapInfo {} @end 195DEPRECATED_ATTRIBUTE @interface TMXTiledMap : CCTMXTiledMap {} @end 196DEPRECATED_ATTRIBUTE @interface TMXTilesetInfo : CCTMXTilesetInfo {} @end 197DEPRECATED_ATTRIBUTE @interface TargetedTouchHandler : CCTargetedTouchHandler {} @end 198DEPRECATED_ATTRIBUTE @interface Texture2D : CCTexture2D {} @end 199DEPRECATED_ATTRIBUTE @interface TextureAtlas : CCTextureAtlas {} @end 200DEPRECATED_ATTRIBUTE @interface TextureMgr : CCTextureCache {} @end 201DEPRECATED_ATTRIBUTE @interface TextureNode : CCSprite {} @end 202DEPRECATED_ATTRIBUTE @interface ThreadedFastDirector : CCThreadedFastDirector {} @end 203DEPRECATED_ATTRIBUTE @interface TileMapAtlas : CCTileMapAtlas {} @end 204DEPRECATED_ATTRIBUTE @interface TiledGrid3D : CCTiledGrid3D {} @end 205DEPRECATED_ATTRIBUTE @interface TiledGrid3DAction : CCTiledGrid3DAction {} @end 206DEPRECATED_ATTRIBUTE @interface Timer : CCTimer {} @end 207DEPRECATED_ATTRIBUTE @interface TimerDirector : CCTimerDirector {} @end 208DEPRECATED_ATTRIBUTE @interface TintBy : CCTintBy {} @end 209DEPRECATED_ATTRIBUTE @interface TintTo : CCTintTo {} @end 210DEPRECATED_ATTRIBUTE @interface ToggleVisibility : CCToggleVisibility {} @end 211DEPRECATED_ATTRIBUTE @interface TouchDispatcher : CCTouchDispatcher {} @end 212DEPRECATED_ATTRIBUTE @interface TouchHandler : CCTouchHandler {} @end 213DEPRECATED_ATTRIBUTE @interface TransitionScene : CCTransitionScene {} @end 214DEPRECATED_ATTRIBUTE @interface TurnOffTiles : CCTurnOffTiles {} @end 215DEPRECATED_ATTRIBUTE @interface TurnOffTilesTransition : CCTurnOffTilesTransition {} @end 216DEPRECATED_ATTRIBUTE @interface Twirl : CCTwirl {} @end 217DEPRECATED_ATTRIBUTE @interface Waves : CCWaves {} @end 218DEPRECATED_ATTRIBUTE @interface Waves3D : CCWaves3D {} @end 219DEPRECATED_ATTRIBUTE @interface WavesTiles3D : CCWavesTiles3D {} @end 220DEPRECATED_ATTRIBUTE @interface ZoomFlipAngularTransition : CCZoomFlipAngularTransition {} @end 221DEPRECATED_ATTRIBUTE @interface ZoomFlipXTransition : CCZoomFlipXTransition {} @end 222DEPRECATED_ATTRIBUTE @interface ZoomFlipYTransition : CCZoomFlipYTransition {} @end 223 224#endif // CC_COMPATIBILITY_WITH_0_8