mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-31 07:10:28 -04:00
fix onShare
This commit is contained in:
parent
d5027ca6ab
commit
b76eb12458
2 changed files with 1 additions and 2 deletions
|
@ -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)]]
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue