00001 // 00002 // GameUI.h 00003 // 00004 // Created by Steffen Itterheim on 08.04.10. 00005 // Copyright 2010 Steffen Itterheim. All rights reserved. 00006 // 00007 00008 #import "cocos2d.h" 00009 00010 00017 @interface GameUI : CCNode 00018 { 00019 00020 } 00021 00023 +(id) ui; 00025 -(id) init; 00026 00027 @end