Skip to content

Commit 5d7ab7e

Browse files
s1ddoks1ddok
authored andcommitted
CCProgressNode moved to -ui
1 parent 81dc83f commit 5d7ab7e

File tree

7 files changed

+34
-33
lines changed

7 files changed

+34
-33
lines changed
File renamed without changes.
File renamed without changes.

cocos2d/CCProgressNode.h renamed to cocos2d-ui/CCProgressNode.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
#import <Foundation/Foundation.h>
2828
#import "CCSprite.h"
29+
#import "CCActionProgressTimer.h"
2930

3031
/** Progress Node type used by CCProgressNode. */
3132
typedef NS_ENUM(NSUInteger, CCProgressNodeType) {
File renamed without changes.

cocos2d-ui/cocos2d-ui.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
#import "CCTableView.h"
3030
#import "CCTextField.h"
3131
#import "CCSlider.h"
32+
#import "CCProgressNode.h"
3233

3334
#if CC_CCBREADER
3435
// CCBReader

cocos2d.xcodeproj/project.pbxproj

Lines changed: 32 additions & 32 deletions
Large diffs are not rendered by default.

cocos2d/cocos2d.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
#import "CCActionEase.h"
5656
#import "CCActionInstant.h"
5757
#import "CCActionInterval.h"
58-
#import "CCActionProgressTimer.h"
5958
#import "CCActionTween.h"
6059
#import "CCColor.h"
6160
#import "CCConfiguration.h"

0 commit comments

Comments
 (0)