![]() |
00001 // 00002 // StatsScene.h 00003 // Author: Thomas Taylor 00004 // 00005 // The 'stats' scene 00006 // 00007 // 06/03/2012: Created class 00008 // 00009 00010 #import "StatsLayer.h" 00011 #import "cocos2d.h" 00012 #import "Constants.h" 00013 #import <Foundation/Foundation.h> 00014 00015 @interface StatsScene : CCScene 00016 00017 { 00018 StatsLayer *statsLayer; 00019 } 00020 00021 @end