]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - tools/quake2/extra/qe4/entityw.h
Q2Tools source - didn't import this in initially
[xonotic/netradiant.git] / tools / quake2 / extra / qe4 / entityw.h
1 /*
2 ===========================================================================
3 Copyright (C) 1997-2006 Id Software, Inc.
4
5 This file is part of Quake 2 Tools source code.
6
7 Quake 2 Tools source code is free software; you can redistribute it
8 and/or modify it under the terms of the GNU General Public License as
9 published by the Free Software Foundation; either version 2 of the License,
10 or (at your option) any later version.
11
12 Quake 2 Tools source code is distributed in the hope that it will be
13 useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 GNU General Public License for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with Quake 2 Tools source code; if not, write to the Free Software
19 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
20 ===========================================================================
21 */
22
23 // entity.h
24
25 #define DlgXBorder 5
26 #define DlgYBorder 5
27
28
29 #define EntList         0
30 #define EntComment      1
31 #define EntCheck1       2
32 #define EntCheck2       3
33 #define EntCheck3       4
34 #define EntCheck4       5
35 #define EntCheck5       6
36 #define EntCheck6       7
37 #define EntCheck7       8
38 #define EntCheck8       9
39 #define EntCheck9       10
40 #define EntCheck10      11
41 #define EntCheck11      12
42 #define EntCheck12      13
43 #define EntProps        14
44 #define EntDir0         15
45 #define EntDir45        16
46 #define EntDir90        17
47 #define EntDir135       18
48 #define EntDir180       19
49 #define EntDir225       20
50 #define EntDir270       21
51 #define EntDir315       22
52 #define EntDirUp        23
53 #define EntDirDown      24
54 #define EntDelProp      25
55 #define EntKeyLabel     26
56 #define EntKeyField     27
57 #define EntValueLabel 28
58 #define EntValueField 29
59 #define EntColor      30
60
61 #define EntLast         31
62
63 extern HWND hwndEnt[EntLast];
64
65 extern int rgIds[EntLast];
66