add CCRemoveSelf::create addr for mac

This commit is contained in:
matcool 2022-10-14 16:30:23 -03:00
parent 50cdc3f77d
commit ad106c501b
No known key found for this signature in database
GPG key ID: BF58756086D7AB1C

View file

@ -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;