![]() |
00001 // 00002 // StatsLayer.m 00003 // Author: Thomas Taylor 00004 // 00005 // The 'about' layer 00006 // 00007 // 06/03/2012: Created class 00008 // 00009 00010 #import "cocos2d.h" 00011 #import "Constants.h" 00012 #import "GameManager.h" 00013 #import "GraphSlide.h" 00014 #import "Slide.h" 00015 #import "SlideViewer.h" 00016 00017 @interface StatsLayer : CCLayer 00018 00019 { 00020 SlideViewer* slideViewer; 00021 CCMenu *backButton; 00022 } 00023 00024 @end