Skip to content

Commit

Permalink
begin 2.2070 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Nov 9, 2024
1 parent 2d0c7a2 commit f226ded
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mod.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"geode": "3.9.0",
"gd": {
"win": "2.206",
"android": "2.206",
"mac": "2.206",
"ios": "2.206"
"win": "2.207",
"android": "2.207",
"mac": "2.207",
"ios": "2.207"
},
"version": "v1.16.0",
"id": "geode.node-ids",
Expand Down
1 change: 1 addition & 0 deletions src/DailyLevelNode.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// #include "AddIDs.hpp"
//TODO: FIX 2.207

#include <Geode/Geode.hpp>
#include <Geode/modify/DailyLevelNode.hpp>
Expand Down
2 changes: 2 additions & 0 deletions src/EndLevelLayer.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//TODO: leaderboard btn in 2.2072 or whatever

#include <Geode/Bindings.hpp>
#include <Geode/modify/EndLevelLayer.hpp>
#include <Geode/utils/cocos.hpp>
Expand Down
1 change: 1 addition & 0 deletions src/ItemInfoPopup.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//TODO: needs updated GSM header
#include <Geode/Bindings.hpp>
#include <Geode/modify/ItemInfoPopup.hpp>
#include <Geode/utils/NodeIDs.hpp>
Expand Down
1 change: 1 addition & 0 deletions src/LevelAreaInnerLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ using namespace geode::node_ids;
menu,
0,
"back-button",
"vault-button",
"info-button"
);
}
Expand Down
1 change: 1 addition & 0 deletions src/SecretRewardsLayer.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//TODO: fix for 2.207 crashes on line 17
#include <Geode/Bindings.hpp>
#include <Geode/modify/SecretRewardsLayer.hpp>
#include <Geode/utils/cocos.hpp>
Expand Down

0 comments on commit f226ded

Please sign in to comment.