forked from pawn-lang/YSI-Includes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathy_jaggedarray.inc
106 lines (96 loc) · 2.84 KB
/
y_jaggedarray.inc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
/**
* <library
* name="y_jaggedarray"
* version="1.0"
* license="(c) 2022 YSI contibutors, licensed under MPL 1.1"
* summary="Provides code to easilly manipulate the sizes of 2d array slots."
* >
* <summary pawndoc="true">
* This library uses the enhanced <em>pawndoc.xsl</em> from
* <a href="https://github.com/pawn-lang/pawndoc">pawn-lang/pawndoc</a>.
* This XSL has features such as library and markdown support, and will not
* render this message when used.
* </summary>
* </library>
*//** *//*
Legal:
Version: MPL 1.1
The contents of this file are subject to the Mozilla Public License Version
1.1 the "License"; you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.mozilla.org/MPL/
Software distributed under the License is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
for the specific language governing rights and limitations under the
License.
The Original Code is the YSI framework.
The Initial Developer of the Original Code is Alex "Y_Less" Cole.
Portions created by the Initial Developer are Copyright (c) 2022
the Initial Developer. All Rights Reserved.
Contributors:
Y_Less
koolk
JoeBullet/Google63
g_aSlice/Slice
Misiur
samphunter
tianmeta
maddinat0r
spacemud
Crayder
Dayvison
Ahmad45123
Zeex
irinel1996
Yiin-
Chaprnks
Konstantinos
Masterchen09
Southclaws
PatchwerkQWER
m0k1
paulommu
udan111
Cheaterman
Thanks:
JoeBullet/Google63 - Handy arbitrary ASM jump code using SCTRL.
ZeeX - Very productive conversations.
koolk - IsPlayerinAreaEx code.
TheAlpha - Danish translation.
breadfish - German translation.
Fireburn - Dutch translation.
yom - French translation.
50p - Polish translation.
Zamaroht - Spanish translation.
Los - Portuguese translation.
Dracoblue, sintax, mabako, Xtreme, other coders - Producing other modes for
me to strive to better.
Pixels^ - Running XScripters where the idea was born.
Matite - Pestering me to release it and using it.
Very special thanks to:
Thiadmer - PAWN, whose limits continue to amaze me!
Kye/Kalcor - SA:MP.
SA:MP Team past, present and future - SA:MP.
Optional plugins:
Gamer_Z - GPS.
Incognito - Streamer.
Me - sscanf2, fixes2, Whirlpool.
*/
#if !defined _INC_y_jaggedarray
#tryinclude "y_jaggedarray\y_jaggedarray_entry"
#endif
#if !defined _INC_y_jaggedarray
#tryinclude "YSI_Data\y_jaggedarray\y_jaggedarray_entry"
#endif
#if !defined _INC_y_jaggedarray
#tryinclude "YSI\YSI_Data\y_jaggedarray\y_jaggedarray_entry"
#endif
#if !defined _INC_y_jaggedarray
#tryinclude <YSI_Data\y_jaggedarray\y_jaggedarray_entry>
#endif
#if !defined _INC_y_jaggedarray
#tryinclude <YSI\YSI_Data\y_jaggedarray\y_jaggedarray_entry>
#endif
#if !defined _INC_y_jaggedarray
#error Could not find y_jaggedarray
#endif