Skip to content

Commit

Permalink
Update NodeModding.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Alphalaneous committed May 22, 2024
1 parent c96346e commit 6756061
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/NodeModding.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ modifyNodeForType(CCSprite, initWithFile, (const char *p0, const CCRect& p1), (p
modifyNodeForTypeCreate(CCMenu, create, (), ());
modifyNodeForTypeCreate(CCMenu, createWithArray, (CCArray* p0), (p0));

#ifndef GEODE_IS_ANDROID

#include <Geode/modify/CCMenuItemSpriteExtra.hpp>
modifyNodeForTypeCreate(CCMenuItemSpriteExtra, create, (cocos2d::CCNode* p0, cocos2d::CCNode* p1, cocos2d::CCObject* p2, cocos2d::SEL_MenuHandler p3), (p0, p1, p2, p3));
modifyNodeForTypeCreate(CCMenuItemSpriteExtra, create, (cocos2d::CCNode* p0, cocos2d::CCObject* p1, cocos2d::SEL_MenuHandler p2), (p0, p1, p2));
Expand All @@ -32,6 +30,7 @@ modifyNodeForType(CCLabelBMFont, initWithString, (const char *p0, const char *p1
#include <Geode/modify/CCLayer.hpp>
modifyNodeForType(CCLayer, init, (), ());

#ifndef GEODE_IS_ANDROID
/////////////////

#include <Geode/modify/CCScale9Sprite.hpp>
Expand Down

0 comments on commit 6756061

Please sign in to comment.