geode-sdk-example-mod/main.cpp

8 lines
164 B
C++
Raw Normal View History

2022-02-06 14:50:09 -05:00
#include <Geode.hpp>
2022-01-26 11:55:53 -05:00
class $(MenuLayer) {
void onMoreGames(cocos2d::CCObject*) {
FLAlertLayer::create("Geode", "Hello from custom mod!", "OK")->show();
}
};