![]() |
00001 // 00002 // InstructionsScene.h 00003 // Author: Thomas Taylor 00004 // 00005 // The plays the instructions animation 00006 // 00007 // 20/01/2012: Created class 00008 // 00009 00010 #import "cocos2d.h" 00011 #import "InstructionsLayer.h" 00012 00013 @interface InstructionsScene : CCScene 00014 00015 @end