Skip to content

Commit

Permalink
come on bro
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowCat98 committed May 15, 2024
1 parent 2189931 commit d8ac226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ class $modify(MenuLayer) {
void onMoreGames(CCObject*) {
std::string iOSVersionStr = iGeodeLib::iOSVersion();

const char* iOSVersion = iOSVersionStr.c_str();
std::string iOSVersion = "You are running iOS" + iOSVersionStr;

FLAlertLayer::create("Hello", ("you are running ios" + iOSVersion).c_str(), "idc")->show();
FLAlertLayer::create("Hello", iOSVersion.c_str(), "idc")->show();
}
};

0 comments on commit d8ac226

Please sign in to comment.