// // Store.h // EightbitShooter // // Created by Rafael Munhoz on 20/03/12. // Copyright (c) 2012 __MyCompanyName__. All rights reserved. // #import #import "cocos2d.h" #import "MainMenu.h" @interface Store : CCLayer +(CCScene *) scene; @end