mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
fix GManager::save
This commit is contained in:
parent
ac300b479f
commit
174f4fc811
1 changed files with 1 additions and 2 deletions
|
@ -2745,9 +2745,8 @@ class GManager : cocos2d::CCNode {
|
|||
virtual void firstLoad() {}
|
||||
|
||||
void save() {
|
||||
save(m_fileName);
|
||||
saveGMTo(m_fileName);
|
||||
}
|
||||
void save(gd::string) = mac 0x26f300, win 0x29250;
|
||||
void saveData(DS_Dictionary*, gd::string) = mac 0x26f4b0;
|
||||
void saveGMTo(gd::string) = mac 0x26f3b0, win 0x29250;
|
||||
|
||||
|
|
Loading…
Reference in a new issue