mirror of https://github.com/axmolengine/axmol.git
36 lines
1.2 KiB
C
36 lines
1.2 KiB
C
//------------------------------------------------------------------------------
|
|
// Cocos2dSimpleGame_Res_h.h
|
|
// 资源编译器转换文件数据结构声明文件
|
|
//
|
|
//
|
|
// Copyright (C) Tranzda CORPORATION
|
|
//
|
|
//---┤编译器信息├---
|
|
// 编译器名称: TR3C.exe
|
|
// 编译器版本: TG3 资源编译器 版本V1.5 Build 91
|
|
//
|
|
//---┤注意├---
|
|
// 警告:未经允许,任何人不准擅自修改此文件!!!否则后果自负!
|
|
//
|
|
//------------------------------------------------------------------------------
|
|
#ifndef __COCOS2DSIMPLEGAME_RES_H_H__
|
|
#define __COCOS2DSIMPLEGAME_RES_H_H__
|
|
|
|
#include "ResTypes.h"
|
|
|
|
#include "cocos2dsimplegame_res_def.h"
|
|
//----------------资源声明(外部可直接使用)-------------
|
|
extern const BitmapType COCOS2_Bitmap_CloseNormal;
|
|
extern const BitmapType COCOS2_Bitmap_CloseSelected;
|
|
extern const BitmapType COCOS2_Bitmap_Player;
|
|
extern const BitmapType COCOS2_Bitmap_Projectile;
|
|
extern const BitmapType COCOS2_Bitmap_Target;
|
|
extern const BitmapType COCOS2_Bitmap_CloseNormal_WVGA;
|
|
extern const BitmapType COCOS2_Bitmap_CloseSelected_WVGA;
|
|
extern const BitmapType COCOS2_Bitmap_Player_WVGA;
|
|
extern const BitmapType COCOS2_Bitmap_Projectile_WVGA;
|
|
extern const BitmapType COCOS2_Bitmap_Target_WVGA;
|
|
|
|
|
|
#endif
|