axmol/HelloWorld/uphone/Res/HelloWorld_res_h.h

29 lines
861 B
C

//------------------------------------------------------------------------------
// HelloWorld_Res_h.h
// 资源编译器转换文件数据结构声明文件
//
//
// Copyright (C) Tranzda CORPORATION
//
//---┤编译器信息├---
// 编译器名称: TR3C.exe
// 编译器版本: TG3 资源编译器 版本V1.5 Build 92
//
//---┤注意├---
// 警告:未经允许,任何人不准擅自修改此文件!!!否则后果自负!
//
//------------------------------------------------------------------------------
#ifndef __HELLOWORLD_RES_H_H__
#define __HELLOWORLD_RES_H_H__
#include "ResTypes.h"
#include "helloworld_res_def.h"
//----------------资源声明(外部可直接使用)-------------
extern const BitmapType HELLOW_Bitmap_CloseNormal;
extern const BitmapType HELLOW_Bitmap_CloseSelected;
extern const BitmapType HELLOW_Bitmap_HelloWorld;
#endif