mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-24 03:39:56 -04:00
add main cocos classes
This commit is contained in:
parent
44d773a4c2
commit
38a8e10473
1 changed files with 11 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue