1# -*-python-*-
2# GemRB - Infinity Engine Emulator
3# Copyright (C) 2006 The GemRB Project
4#
5# This program is free software; you can redistribute it and/or
6# modify it under the terms of the GNU General Public License
7# as published by the Free Software Foundation; either version 2
8# of the License, or (at your option) any later version.
9#
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13# GNU General Public License for more details.
14#
15# You should have received a copy of the GNU General Public License
16# along with this program; if not, write to the Free Software
17# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18#
19
20# ie_restype.py - definitions of engine resource types
21
22# !!! NOTE: Keep this file synchronized with gemrb/includes/SClassID.h !!!
23
24RES_2DA			=  0x000003F4
25RES_ACM			=  0x00010000
26RES_ARE			=  0x000003F2
27RES_BAM			=  0x000003E8
28RES_BCS			=  0x000003EF
29RES_BS			=  0x100003EF
30RES_BIF			=  0x00020000
31RES_BMP			=  0x00000001
32RES_PNG			=  0x00000003
33RES_CHR			=  0x000003FA
34RES_CHU			=  0x000003EA
35RES_CRE			=  0x000003F1
36RES_DLG			=  0x000003F3
37RES_EFF			=  0x000003F8
38RES_GAM			=  0x000003F5
39RES_IDS			=  0x000003F0
40RES_INI			=  0x00000802
41RES_ITM			=  0x000003ED
42RES_KEY			=  0x00030000
43RES_MOS			=  0x000003EC
44RES_MUS			=  0x00040000
45RES_MVE			=  0x00000002
46RES_PLT			=  0x00000006
47RES_PRO			=  0x000003FD
48RES_SAV			=  0x00050000
49RES_SPL			=  0x000003EE
50RES_SRC			=  0x00000803
51RES_STO			=  0x000003F6
52RES_TIS			=  0x000003EB
53RES_TLK			=  0x00060000
54RES_TOH			=  0x00070000
55RES_TOT			=  0x00080000
56RES_VAR			=  0x00090000
57RES_VVC			=  0x000003FB
58RES_WAV			=  0x00000004
59RES_WED			=  0x000003E9
60RES_WFX			=  0x00000005
61RES_WMP			=  0x000003F7
62RES_VIDEO		=  0x000B0000
63RES_AUDIO		=  0x000C0000
64RES_SCRIPT		=  0x000D0000
65RES_GUI_SCRIPT		=  0x000E0000
66RES_COMPRESSION 	=  0x000F0000
67RES_FX			=  0x00100000
68