CustImgMapExt.c 843 Bytes
/**
 *	Copyright Notice
 *	?2002 - 2003, Pixtel Communications, Inc., 1489 43rd Ave. W.,
 *	Vancouver, B.C. V6M 4K8 Canada. All Rights Reserved.
 *  (It is illegal to remove this copyright notice from this software or any
 *  portion of it)
 */

/************************************************************** 
 FILENAME	: CustImageMapExt.c 
 PURPOSE		: Resource Map file. 
 REMARKS		: nil 
 AUTHOR		: Customization Tool 
 DATE		: . 
 **************************************************************/
#include "CustDataRes.h"


unsigned short CurrMaxImageIdEXT=6;
const CUSTOM_IMAGE_MAP ImageIdMapEXT[]={
	{0},
	{2},
	{2},
	{3},
	{3},
	{1},
};



const unsigned short CurrMaxSearchImageIdEXT=5;
const CUSTOM_IMAGE_SEARCH_MAP ImageIdSearchMapEXT[]={
	{10760,10760,0},
	{31013,31013,1},
	{31015,31015,2},
	{31017,31018,3},
	{31020,31020,5},
};