add binding for ccmessagebox

mat didn't know it existed. poor mat
cclog is at 0xbaa80 but bindings don't support variable args. idk
This commit is contained in:
qimiko 2023-06-05 19:13:32 -07:00
parent 041a98ee4d
commit 37d1f39ace
No known key found for this signature in database
GPG key ID: D2D404DD810FE0E3

View file

@ -1118,6 +1118,7 @@ class cocos2d {
static float ccpDistance(cocos2d::CCPoint const&, cocos2d::CCPoint const&) = mac 0x1aaf90; static float ccpDistance(cocos2d::CCPoint const&, cocos2d::CCPoint const&) = mac 0x1aaf90;
static void ccDrawPoly(cocos2d::CCPoint const*, unsigned int, bool) = mac 0xed0a0; static void ccDrawPoly(cocos2d::CCPoint const*, unsigned int, bool) = mac 0xed0a0;
static void ccDrawColor4B(GLubyte, GLubyte, GLubyte, GLubyte) = mac 0xeddd0; static void ccDrawColor4B(GLubyte, GLubyte, GLubyte, GLubyte) = mac 0xeddd0;
static void CCMessageBox(const char* msg, const char* title) = mac 0xbabc0;
} }
class DS_Dictionary { class DS_Dictionary {