![]() |
00001 // 00002 // NewGameScene.h 00003 // Author: Thomas Taylor 00004 // 00005 // The 'new game' scene 00006 // 00007 // 16/12/2011: Created class 00008 // 00009 00010 #import "cocos2d.h" 00011 #import <Foundation/Foundation.h> 00012 #import "NewGameLayer.h" 00013 00014 @interface NewGameScene : CCScene 00015 00016 @end