File tree Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 13
13
#import " CCRenderTexture.h"
14
14
#import " CCSprite.h"
15
15
#import " CCTexture.h"
16
- #import " CCEffect.h"
17
- #import " CCEffectStack.h"
18
- #import " CCEffectBloom.h"
19
- #import " CCEffectBrightness.h"
20
- #import " CCEffectContrast.h"
21
- #import " CCEffectHue.h"
22
- #import " CCEffectPixellate.h"
23
- #import " CCEffectSaturation.h"
24
- #import " CCEffectRefraction.h"
25
- #import " CCEffectReflection.h"
26
- #import " CCEffectGlass.h"
27
16
28
17
29
18
#ifdef __CC_PLATFORM_IOS
Original file line number Diff line number Diff line change 62
62
#import " CCConfiguration.h"
63
63
#import " CCDirector.h"
64
64
#import " CCDrawNode.h"
65
+ #import " CCEffect.h"
66
+ #import " CCEffectBloom.h"
67
+ #import " CCEffectBrightness.h"
68
+ #import " CCEffectContrast.h"
69
+ #import " CCEffectGaussianBlur.h"
70
+ #import " CCEffectGlass.h"
71
+ #import " CCEffectHue.h"
72
+ #import " CCEffectNode.h"
73
+ #import " CCEffectPixellate.h"
74
+ #import " CCEffectReflection.h"
75
+ #import " CCEffectRefraction.h"
76
+ #import " CCEffectSaturation.h"
77
+ #import " CCEffectStack.h"
65
78
#import " CCLabelBMFont.h"
66
79
#import " CCLabelTTF.h"
67
80
#import " CCMotionStreak.h"
You can’t perform that action at this time.
0 commit comments