Skip to content

Instantly share code, notes, and snippets.

@talentless
Created November 29, 2011 14:39
Show Gist options
  • Save talentless/1405019 to your computer and use it in GitHub Desktop.
Save talentless/1405019 to your computer and use it in GitHub Desktop.
CCSpriteFrameCache_SWF.h
#import <Foundation/Foundation.h>
#import "cocos2d.h"
@interface CCSpriteFrameCache (SWF)
-(void) addSpriteFramesWithSWF:(NSString*)filename;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment