CustImgMapExt.c
843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/**
* 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},
};