issue #6: update UIImage

This commit is contained in:
Ming 2010-07-23 07:13:47 +00:00
parent d46ba27ea1
commit 636c60c2ed
2 changed files with 4 additions and 1 deletions

View File

@ -24,6 +24,8 @@ THE SOFTWARE.
#include "UIImage.h" #include "UIImage.h"
#include <TG3.h>
using namespace std; using namespace std;
UIImage::UIImage(void) UIImage::UIImage(void)

View File

@ -25,10 +25,11 @@ THE SOFTWARE.
#ifndef __PLATFORM_UPHONE_UIIMAGE_H__ #ifndef __PLATFORM_UPHONE_UIIMAGE_H__
#define __PLATFORM_UPHONE_UIIMAGE_H__ #define __PLATFORM_UPHONE_UIIMAGE_H__
#include <TG3.h>
#include <string> #include <string>
#include "Cocos2dTypes.h" #include "Cocos2dTypes.h"
class TBitmap;
class UIImage class UIImage
{ {
public: public: