fix onShare

This commit is contained in:
altalk23 2023-11-21 20:34:12 +03:00
parent d5027ca6ab
commit b76eb12458
2 changed files with 1 additions and 2 deletions
bindings
loader/src/loader

View file

@ -5809,7 +5809,7 @@ class SetupTouchTogglePopup : FLAlertLayer {
class ShareCommentLayer : FLAlertLayer, TextInputDelegate, UploadActionDelegate, UploadPopupDelegate {
static ShareCommentLayer* create(gd::string, int, CommentType, int) = win 0x24bac0;
bool init(gd::string, int, CommentType, int) = win 0x24bb90;
void onShare(CCObject*) = win 0x24c760;
void onShare(cocos2d::CCObject*) = win 0x24c760;
}
[[link(android)]]

View file

@ -71,7 +71,6 @@ namespace geode {
std::vector<utils::MiniFunction<void(void)>> m_gdThreadQueue;
mutable std::mutex m_gdThreadMutex;
bool m_platformConsoleOpen = false;
std::vector<std::pair<Hook*, Mod*>> m_uninitializedHooks;
bool m_readyToHook = false;