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 8e3aa42 commit c96346e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/NodeModding.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ modifyNodeForType(CCSprite, initWithSpriteFrame, (CCSpriteFrame *p0), (p0));
modifyNodeForType(CCSprite, initWithSpriteFrameName, (const char *p0), (p0));
modifyNodeForType(CCSprite, initWithFile, (const char *p0, const CCRect& p1), (p0, p1));


#include <Geode/modify/CCMenu.hpp>
modifyNodeForType(CCMenu, init, (), ());
modifyNodeForType(CCMenu, initWithArray, (CCArray* p0), (p0));
modifyNodeForTypeCreate(CCMenu, create, (), ());
modifyNodeForTypeCreate(CCMenu, createWithArray, (CCArray* p0), (p0));

#ifndef GEODE_IS_ANDROID

Expand Down

0 comments on commit c96346e

Please sign in to comment.