Skip to content

Commit 6d1b6df

Browse files
committed
Getting rid of CCEffectStack_Private.h
1 parent b415a46 commit 6d1b6df

File tree

3 files changed

+6
-20
lines changed

3 files changed

+6
-20
lines changed

cocos2d-ext/CCEffects/CCEffectStack.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,10 @@
9393
*/
9494
@property (nonatomic, readonly) NSUInteger effectCount;
9595

96+
@property (nonatomic, assign) BOOL stitchingEnabled;
97+
98+
@property (nonatomic, readonly) NSArray *effects;
99+
100+
@property (nonatomic, readonly) NSArray *flattenedEffects;
101+
96102
@end

cocos2d-ext/CCEffects/CCEffectStack.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
//
88

99
#import "CCEffectStack.h"
10-
#import "CCEffectStack_Private.h"
1110
#import "CCEffect.h"
1211

1312

cocos2d-ext/CCEffects/CCEffectStack_Private.h

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)