Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008 #import "cocos2d.h"
00009
00010
00015 @interface GameBackground : CCNode
00016 {
00017
00018 }
00019
00021 +(id) background;
00022
00024 -(id) init;
00025
00026 @end