Skip to content

Commit d47ee4f

Browse files
committed
Getting rid of CCLightNode_Private.h
1 parent 073890e commit d47ee4f

File tree

4 files changed

+3
-37
lines changed

4 files changed

+3
-37
lines changed

cocos2d-ext/CCLighting/CCLightCollection.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
#import "CCLightGroups.h"
2727
#import "CCLightNode.h"
2828

29-
#import "CCLightNode_Private.h"
30-
3129

3230
const CCLightGroupMask CCLightCollectionAllGroups = ~((CCLightGroupMask)0);
3331
static const NSUInteger CCLightCollectionMaxGroupCount = sizeof(NSUInteger) * 8;

cocos2d-ext/CCLighting/CCLightNode.h

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

99
#import "CCNode.h"
10+
#import "CCLightGroups.h"
1011

1112
/** Light Types used by CCLightNode. */
1213
typedef NS_ENUM(NSUInteger, CCLightType)
@@ -224,4 +225,6 @@ specularIntensity:(float)specularIntensity
224225
*/
225226
@property (nonatomic, assign) float ambientIntensity;
226227

228+
@property (nonatomic, assign) CCLightGroupMask groupMask;
229+
227230
@end

cocos2d-ext/CCLighting/CCLightNode.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
#import "CCLightCollection.h"
1111
#import "CCScene.h"
1212

13-
#import "CCLightNode_Private.h"
14-
1513

1614
@implementation CCLightNode
1715

cocos2d-ext/CCLighting/CCLightNode_Private.h

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

0 commit comments

Comments
 (0)