mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
add GameLevelManager::deleteComment
This commit is contained in:
parent
1e654387b9
commit
89e410b5ab
1 changed files with 1 additions and 0 deletions
|
@ -2894,6 +2894,7 @@ class GameLevelManager : cocos2d::CCNode {
|
|||
void uploadAccountComment(gd::string text) = win 0xb3250;
|
||||
void uploadLevelComment(int levelID, gd::string text, int unk) = win 0xb31c0;
|
||||
void uploadComment(gd::string text, CommentType type, int levelID, int unk) = win 0xb32e0;
|
||||
void deleteComment(int commentID, CommentType type, int levelID) = win 0xb41a0;
|
||||
void downloadLevel(int id, bool downloadData) = win 0xaa730;
|
||||
bool hasDownloadedLevel(int id) = win 0xab830;
|
||||
GJGameLevel* getSavedLevel(int id) = win 0xa2ee0;
|
||||
|
|
Loading…
Reference in a new issue