mirror of https://github.com/axmolengine/axmol.git
issue #6: update UIImage
This commit is contained in:
parent
d46ba27ea1
commit
636c60c2ed
|
@ -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)
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue