mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
add CCCallFuncND::create on mac
This commit is contained in:
parent
3d1fc0c0ce
commit
7c9da85f9d
1 changed files with 5 additions and 0 deletions
|
@ -87,6 +87,11 @@ class cocos2d::CCCallFuncO {
|
|||
static auto create(cocos2d::CCObject*, cocos2d::SEL_CallFuncO, cocos2d::CCObject*) = mac 0x455940;
|
||||
}
|
||||
|
||||
[[link(win)]]
|
||||
class cocos2d::CCCallFuncND {
|
||||
static auto create(cocos2d::CCObject*, cocos2d::SEL_CallFuncND, void*) = mac 0x455470;
|
||||
}
|
||||
|
||||
[[link(win)]]
|
||||
class cocos2d::CCClippingNode {
|
||||
CCClippingNode() {
|
||||
|
|
Loading…
Reference in a new issue