![]() |
00001 // 00002 // InstructionsLayer.h 00003 // Author: Thomas Taylor 00004 // 00005 // Plays the instructions animation 00006 // 00007 // 20/01/2012: Created class 00008 // 00009 00010 #import "cocos2d.h" 00011 #import "Constants.h" 00012 #import "GameManager.h" 00013 #import "SlideViewer.h" 00014 00015 @interface InstructionsLayer : CCLayer 00016 00017 { 00018 SlideViewer* slideViewer; 00019 CCMenu *menuButton; 00020 } 00021 00022 @end