All Data Structures Files Functions Variables Enumerations Enumerator Properties Defines
/Projects/Cogito/src/Scenes/Menu/AboutScene.h
Go to the documentation of this file.
00001 //
00002 //  AboutScene.h
00003 //  Author: Thomas Taylor
00004 //
00005 //  The 'about' scene
00006 //
00007 //  16/12/2011: Created class
00008 //
00009 
00010 #import "AboutLayer.h"
00011 #import "cocos2d.h"
00012 #import "Constants.h"
00013 #import <Foundation/Foundation.h>
00014 
00015 @interface AboutScene : CCScene
00016 
00017 {
00018     AboutLayer *aboutLayer;
00019 }
00020 
00021 @end