Skip to content

Commit

Permalink
letsgoa
Browse files Browse the repository at this point in the history
  • Loading branch information
user95401 committed Mar 10, 2024
1 parent d166c97 commit 5d7c415
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _Src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ else {crRet = Ini.GetValue(MainSection.c_str(), MainVal.c_str());} \
Ini.SaveFile(IniPath.c_str());
#endif

/*#include <Geode/modify/LevelTools.hpp>
#include <Geode/modify/LevelTools.hpp>
GJGameLevel* processOutLevelByConfig(int id, GJGameLevel* pGJGameLevel) {

std::string MainSection = fmt::format("Level Setup");
Expand Down Expand Up @@ -374,4 +374,5 @@ class $modify(LevelTools) {
static bool verifyLevelIntegrity(gd::string p0, int p1) {
return 1;
}
};*/
};
/**/

0 comments on commit 5d7c415

Please sign in to comment.