mirror of
https://github.com/geode-sdk/example-mod.git
synced 2024-11-24 08:18:04 -05:00
7 lines
164 B
C++
7 lines
164 B
C++
#include <Geode.hpp>
|
|
|
|
class $(MenuLayer) {
|
|
void onMoreGames(cocos2d::CCObject*) {
|
|
FLAlertLayer::create("Geode", "Hello from custom mod!", "OK")->show();
|
|
}
|
|
};
|