Skip to content

Commit 15024a9

Browse files
authored
add ccdrawcircle funcs for mac
1 parent 5906785 commit 15024a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bindings/2.2074/Cocos2d.bro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3322,13 +3322,13 @@ class cocos2d {
33223322
static cocos2d::CCPoint ccCardinalSplineAt(cocos2d::CCPoint&, cocos2d::CCPoint&, cocos2d::CCPoint&, cocos2d::CCPoint&, float, float);
33233323
static void ccDrawCardinalSpline(cocos2d::CCPointArray*, float, unsigned int);
33243324
static void ccDrawCatmullRom(cocos2d::CCPointArray*, unsigned int);
3325-
static void ccDrawCircle(cocos2d::CCPoint const&, float, float, unsigned int, bool);
3326-
static void ccDrawCircle(cocos2d::CCPoint const&, float, float, unsigned int, bool, float, float);
3325+
static void ccDrawCircle(cocos2d::CCPoint const&, float, float, unsigned int, bool) = imac 0x1f6f00, m1 0x1ac960;
3326+
static void ccDrawCircle(cocos2d::CCPoint const&, float, float, unsigned int, bool, float, float) = imac 0x1f6ab0, m1 0x1ac600;
33273327
static void ccDrawCircleSegment(cocos2d::CCPoint const&, float, float, float, unsigned int, bool, float, float);
33283328
static void ccDrawColor4B(unsigned char, unsigned char, unsigned char, unsigned char) = imac 0x1f7ec0, m1 0x1ad624;
33293329
static void ccDrawColor4F(float, float, float, float);
33303330
static void ccDrawCubicBezier(cocos2d::CCPoint const&, cocos2d::CCPoint const&, cocos2d::CCPoint const&, cocos2d::CCPoint const&, unsigned int);
3331-
static void ccDrawFilledCircle(cocos2d::CCPoint const&, float, float, unsigned int);
3331+
static void ccDrawFilledCircle(cocos2d::CCPoint const&, float, float, unsigned int) = imac 0x1f7360, m1 0x1acccc;
33323332
static void ccDrawFree();
33333333
static void ccDrawInit();
33343334
static void ccDrawLine(cocos2d::CCPoint const&, cocos2d::CCPoint const&) = m1 0x1ac0ec, imac 0x1f65e0;

0 commit comments

Comments
 (0)