File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11#import " CCRenderer_Private.h"
2+
3+ #if CC_EFFECTS
24#import " CCEffect.h"
35#import " CCEffectRenderer.h"
46#import " CCEffect_Private.h"
7+ #endif
58
69#if __CC_METAL_SUPPORTED_AND_ENABLED
710#import " CCMetalSupport_Private.h"
Original file line number Diff line number Diff line change 3030#import " CCProtocols.h"
3131
3232#if CC_EFFECTS
33- // #import "CCEffectRenderer.h"
34- // #import "CCEffect_Private.h"
3533@class CCEffectRenderer;
3634#endif
3735
Original file line number Diff line number Diff line change 3838#import " Support/CGPointExtension.h"
3939#import " Support/CCProfiling.h"
4040#import " CCRenderer_Private.h"
41+
42+ #if CC_EFFECTS
4143#import " CCEffect_Private.h"
4244#import " CCEffectRenderer.h"
45+ #endif
4346
4447#pragma mark -
4548#pragma mark CCSprite
You can’t perform that action at this time.
0 commit comments