All Data Structures Files Functions Variables Enumerations Enumerator Properties Defines
/Projects/Cogito/src/Scenes/GameScene.h
Go to the documentation of this file.
00001 //
00002 //  GameScene.h
00003 //  Author: Thomas Taylor
00004 //
00005 //  The main 'scene' in the game
00006 //
00007 //  13/11/2011: Created class
00008 //
00009 
00010 #import "cocos2d.h"
00011 #import "CCScene.h"
00012 #import "BackgroundLayer.h"
00013 #import "GameplayLayer.h"
00014 
00015 @interface GameScene : CCScene
00016 
00017 @end