We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d05b22 commit 4b32f33Copy full SHA for 4b32f33
cocos2d-ui/CCPotentiometer.m
@@ -30,6 +30,7 @@
30
#import "CCProgressNode.h"
31
#import "CCActionEase.h"
32
#import "CCActionTween.h"
33
+#import "cocos2d.h"
34
35
@interface CCPotentiometer ()
36
@property (nonatomic, strong) CCSprite *thumbSprite;
cocos2d-ui/cocos2d-ui.h
#import "CCTextField.h"
#import "CCSlider.h"
+#import "CCPotentiometer.h"
#if CC_CCBREADER
// CCBReader
0 commit comments