Skip to content

Commit 4b32f33

Browse files
s1ddoks1ddok
authored andcommitted
head imports
1 parent 6d05b22 commit 4b32f33

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cocos2d-ui/CCPotentiometer.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#import "CCProgressNode.h"
3131
#import "CCActionEase.h"
3232
#import "CCActionTween.h"
33+
#import "cocos2d.h"
3334

3435
@interface CCPotentiometer ()
3536
@property (nonatomic, strong) CCSprite *thumbSprite;

cocos2d-ui/cocos2d-ui.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#import "CCTextField.h"
3131
#import "CCSlider.h"
3232
#import "CCProgressNode.h"
33+
#import "CCPotentiometer.h"
3334

3435
#if CC_CCBREADER
3536
// CCBReader

0 commit comments

Comments
 (0)