y_cell.inc 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. /**
  2. * <library name="y_cell">
  3. * <section>
  4. * Description
  5. * </section>
  6. * Provides a few functions for manipulating the bits in single cells. Note
  7. * that this is distinct from the y_bit library.
  8. * <section>
  9. * Version
  10. * </section>
  11. * 0.2
  12. * </library>
  13. *//** *//*
  14. Legal:
  15. Version: MPL 1.1
  16. The contents of this file are subject to the Mozilla Public License Version
  17. 1.1 the "License"; you may not use this file except in compliance with
  18. the License. You may obtain a copy of the License at
  19. http://www.mozilla.org/MPL/
  20. Software distributed under the License is distributed on an "AS IS" basis,
  21. WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  22. for the specific language governing rights and limitations under the
  23. License.
  24. The Original Code is the YSI framework.
  25. The Initial Developer of the Original Code is Alex "Y_Less" Cole.
  26. Portions created by the Initial Developer are Copyright C 2011
  27. the Initial Developer. All Rights Reserved.
  28. Contributors:
  29. Y_Less
  30. koolk
  31. JoeBullet/Google63
  32. g_aSlice/Slice
  33. Misiur
  34. samphunter
  35. tianmeta
  36. maddinat0r
  37. spacemud
  38. Crayder
  39. Dayvison
  40. Ahmad45123
  41. Zeex
  42. irinel1996
  43. Yiin-
  44. Chaprnks
  45. Konstantinos
  46. Masterchen09
  47. Southclaws
  48. PatchwerkQWER
  49. m0k1
  50. paulommu
  51. udan111
  52. Thanks:
  53. JoeBullet/Google63 - Handy arbitrary ASM jump code using SCTRL.
  54. ZeeX - Very productive conversations.
  55. koolk - IsPlayerinAreaEx code.
  56. TheAlpha - Danish translation.
  57. breadfish - German translation.
  58. Fireburn - Dutch translation.
  59. yom - French translation.
  60. 50p - Polish translation.
  61. Zamaroht - Spanish translation.
  62. Los - Portuguese translation.
  63. Dracoblue, sintax, mabako, Xtreme, other coders - Producing other modes for
  64. me to strive to better.
  65. Pixels^ - Running XScripters where the idea was born.
  66. Matite - Pestering me to release it and using it.
  67. Very special thanks to:
  68. Thiadmer - PAWN, whose limits continue to amaze me!
  69. Kye/Kalcor - SA:MP.
  70. SA:MP Team past, present and future - SA:MP.
  71. Optional plugins:
  72. Gamer_Z - GPS.
  73. Incognito - Streamer.
  74. Me - sscanf2, fixes2, Whirlpool.
  75. */
  76. #if !defined _INC_y_utils
  77. #tryinclude "y_core\y_core_entry"
  78. #endif
  79. #if !defined _INC_y_core
  80. #tryinclude "YSI_Core\y_core\y_core_entry"
  81. #endif
  82. #if !defined _INC_y_core
  83. #tryinclude "YSI\YSI_Core\y_core\y_core_entry"
  84. #endif
  85. #if !defined _INC_y_core
  86. #tryinclude <YSI_Core\y_core\y_core_entry>
  87. #endif
  88. #if !defined _INC_y_core
  89. #tryinclude <YSI\YSI_Core\y_core\y_core_entry>
  90. #endif
  91. #if !defined _INC_y_core
  92. #error Could not find y_cell
  93. #endif