ENTITYW.H (1820B)
1 /* 2 =========================================================================== 3 Copyright (C) 1999-2005 Id Software, Inc. 4 5 This file is part of Quake III Arena source code. 6 7 Quake III Arena 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 III Arena 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 Foobar; if not, write to the Free Software 19 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 20 =========================================================================== 21 */ 22 // entity.h 23 24 #define DlgXBorder 5 25 #define DlgYBorder 5 26 27 28 #define EntList 0 29 #define EntComment 1 30 #define EntCheck1 2 31 #define EntCheck2 3 32 #define EntCheck3 4 33 #define EntCheck4 5 34 #define EntCheck5 6 35 #define EntCheck6 7 36 #define EntCheck7 8 37 #define EntCheck8 9 38 #define EntCheck9 10 39 #define EntCheck10 11 40 #define EntCheck11 12 41 #define EntCheck12 13 42 #define EntProps 14 43 #define EntDir0 15 44 #define EntDir45 16 45 #define EntDir90 17 46 #define EntDir135 18 47 #define EntDir180 19 48 #define EntDir225 20 49 #define EntDir270 21 50 #define EntDir315 22 51 #define EntDirUp 23 52 #define EntDirDown 24 53 #define EntDelProp 25 54 #define EntKeyLabel 26 55 #define EntKeyField 27 56 #define EntValueLabel 28 57 #define EntValueField 29 58 #define EntColor 30 59 #define EntAssignSounds 31 60 #define EntAssignModels 32 61 #define EntTab 33 62 63 #define EntLast 34 64 65 extern HWND hwndEnt[EntLast]; 66 67 extern int rgIds[EntLast]; 68