axmol/template/CCXAppWiz.vs/CCXAppWiz.uphone/Templates/1033/uphone/resource.h

20 lines
612 B
C
Raw Normal View History

2010-11-18 15:46:59 +08:00
#ifndef __RESOURCE_H__
#define __RESOURCE_H__
2010-11-18 15:46:59 +08:00
#include "[!output PROJECT_NAME]UnicodeScript_str.h";
[! if CCX_USE_UI_RESOURCE]
#include "[!output PROJECT_NAME_LOWER]_res_def.h"
extern const AppResourceEntry [!output PROJECT_NAME]ResourceEntry;
[! endif]
2010-11-18 15:46:59 +08:00
#include "cocos2d.h"
const T_ResourceInfo ResInfo[] =
{
{ "CloseNormal.png", [! if CCX_USE_UI_RESOURCE][!output PRO_NAME_PREFIX]_ID_BITMAP_CloseNormal[! else]0[! endif] },
{ "CloseSelected.png", [! if CCX_USE_UI_RESOURCE][!output PRO_NAME_PREFIX]_ID_BITMAP_CloseSelected[! else]0[! endif] },
2010-11-18 15:46:59 +08:00
};
#endif // __RESOURCE_H__