This commit is contained in:
NathanSweet 2016-04-03 14:58:01 +02:00
parent 5dff1b921a
commit c9aede1ffd

View File

@ -41,6 +41,7 @@ typedef struct Cocos2dAttachmentLoader {
spAtlasAttachmentLoader* atlasAttachmentLoader;
} Cocos2dAttachmentLoader;
/* The Cocos2dAttachmentLoader must not be disposed until after the skeleton data has been disposed. */
Cocos2dAttachmentLoader* Cocos2dAttachmentLoader_create (spAtlas* atlas);
}