Skip to content

Commit

Permalink
fix some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 committed Mar 13, 2022
1 parent a347d1e commit 9c39c8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ cmake_minimum_required(VERSION 3.0 FATAL_ERROR)

project($Template VERSION 0.1.0 LANGUAGES C CXX)

set(SOURCE_FILES main.cpp)
set(SOURCE_FILES main.cpp sdk/include/implicitEntry.cpp)
set(BINARY_NAME $Template)
include(sdk/Geode.cmake)
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <Geode.hpp>

class $(MenuLayer) {
class $modify(MenuLayer) {
void onMoreGames(cocos2d::CCObject*) {
FLAlertLayer::create("Geode", "Hello from custom mod!", "OK")->show();
}
Expand Down

1 comment on commit 9c39c8e

@isakube
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you good developert

Please sign in to comment.