mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
Remove documentation for dynamic arrays
This commit is contained in:
parent
8817ed865c
commit
f4e84d99af
1 changed files with 0 additions and 7 deletions
|
@ -168,13 +168,6 @@ struct Vector3
|
||||||
// The cross product of two vectors can be calculated like this:
|
// The cross product of two vectors can be calculated like this:
|
||||||
// Vector3 d = a cross b;
|
// Vector3 d = a cross b;
|
||||||
}
|
}
|
||||||
|
|
||||||
// See https://zdoom.org/wiki/Dynamic_arrays for more details
|
|
||||||
struct Array<T>
|
|
||||||
{
|
|
||||||
native int Size();
|
|
||||||
native void Copy(Array<T> other);
|
|
||||||
}
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
struct _ native // These are the global variables, the struct is only here to avoid extending the parser for this.
|
struct _ native // These are the global variables, the struct is only here to avoid extending the parser for this.
|
||||||
|
|
Loading…
Reference in a new issue