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 1
1
#import " CCRenderer_Private.h"
2
+
3
+ #if CC_EFFECTS
2
4
#import " CCEffect.h"
3
5
#import " CCEffectRenderer.h"
4
6
#import " CCEffect_Private.h"
7
+ #endif
5
8
6
9
#if __CC_METAL_SUPPORTED_AND_ENABLED
7
10
#import " CCMetalSupport_Private.h"
Original file line number Diff line number Diff line change 30
30
#import " CCProtocols.h"
31
31
32
32
#if CC_EFFECTS
33
- // #import "CCEffectRenderer.h"
34
- // #import "CCEffect_Private.h"
35
33
@class CCEffectRenderer;
36
34
#endif
37
35
Original file line number Diff line number Diff line change 38
38
#import " Support/CGPointExtension.h"
39
39
#import " Support/CCProfiling.h"
40
40
#import " CCRenderer_Private.h"
41
+
42
+ #if CC_EFFECTS
41
43
#import " CCEffect_Private.h"
42
44
#import " CCEffectRenderer.h"
45
+ #endif
43
46
44
47
#pragma mark -
45
48
#pragma mark CCSprite
You can’t perform that action at this time.
0 commit comments