Skip to content

Commit

Permalink
add main cocos classes
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 committed Dec 20, 2023
1 parent 44d773a commit 38a8e10
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions loader/test/members/Android.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ using namespace geode::prelude;
// Add known android struct members here

GEODE_SIZE_CHECK(CCObject, 0x34);
GEODE_SIZE_CHECK(CCNode, 0x108);
GEODE_SIZE_CHECK(CCNodeRGBA, 0x118);
GEODE_SIZE_CHECK(CCLayer, 0x13c);
GEODE_SIZE_CHECK(CCLayerRGBA, 0x14c);
GEODE_SIZE_CHECK(CCLayerColor, 0x1b8);
GEODE_SIZE_CHECK(CCSprite, 0x1fc);

GEODE_SIZE_CHECK(CCMenu, 0x154);
GEODE_SIZE_CHECK(CCMenuItem, 0x12c);
GEODE_SIZE_CHECK(CCMenuItemSprite, 0x138);


// needed classes are ones in the ids folder and some generic ones (i think they are already done though so only ids)

Expand Down

0 comments on commit 38a8e10

Please sign in to comment.