Skip to content

Commit 7327c61

Browse files
committed
cocos2d::FNTConfigRemoveCache
1 parent d69991e commit 7327c61

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bindings/2.2081/Cocos2d.bro

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class cocos2d {
9393
static float clampf(float, float, float) = imac 0x356250, m1 0x2e25a0, ios 0x1aea10;
9494
static char const* cocos2dVersion() = imac 0x355670, m1 0x2e1c3c, ios 0x7c16c;
9595
static cocos2d::CCBMFontConfiguration* FNTConfigLoadFile(char const*) = imac 0x5d4c40, m1 0x500b70, ios 0x2f8d54;
96-
static void FNTConfigRemoveCache() = ios 0x2f8ee4;
96+
static void FNTConfigRemoveCache() = m1 0x500e3c, imac 0x5d4f00, ios 0x2f8ee4;
9797
static bool isspace_unicode(unsigned short) = m1 0x57fe74, imac 0x65fff0, ios 0x1ad088;
9898
// static cocos2d::CCPoint ccpCompOp(cocos2d::CCPoint const&, float (float)*);
9999
}
@@ -1666,7 +1666,8 @@ class cocos2d::CCImage : cocos2d::CCObject {
16661666
bool initWithStringShadowStroke(char const*, int, int, cocos2d::CCImage::ETextAlign, char const*, int, float, float, float, bool, float, float, float, float, bool, float, float, float, float) = ios 0x2b458;
16671667
// bool hasAlpha();
16681668
// bool isPremultipliedAlpha();
1669-
// bool saveToFile(char const*, bool);
1669+
[[link(win, android, mac, ios)]]
1670+
bool saveToFile(char const*, bool);
16701671
}
16711672

16721673
[[link(win, android)]]

0 commit comments

Comments
 (0)