entityw.h 1.7 KB

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