mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 06:42: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:
|
||||
// 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.
|
||||
|
|
Loading…
Reference in a new issue