mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-26 21:00:50 -04:00
add CCRemoveSelf::create addr for mac
This commit is contained in:
parent
50cdc3f77d
commit
ad106c501b
1 changed files with 4 additions and 0 deletions
|
@ -641,6 +641,10 @@ class cocos2d::CCPoolManager {
|
|||
static cocos2d::CCPoolManager* sharedPoolManager() = mac 0x2142c0;
|
||||
}
|
||||
|
||||
class cocos2d::CCRemoveSelf {
|
||||
static cocos2d::CCRemoveSelf* create(bool) = mac 0x454700;
|
||||
}
|
||||
|
||||
class cocos2d::CCRenderTexture {
|
||||
auto begin() = mac 0x35ce10;
|
||||
auto end() = mac 0x35d2c0;
|
||||
|
|
Loading…
Add table
Reference in a new issue