Remove documentation for dynamic arrays

This commit is contained in:
Kevin Caccamo 2021-06-23 15:54:32 -04:00 committed by Christoph Oelckers
parent 8817ed865c
commit f4e84d99af
1 changed files with 0 additions and 7 deletions

View File

@ -168,13 +168,6 @@ struct Vector3
// The cross product of two vectors can be calculated like this:
// 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.