diff options
Diffstat (limited to 'Minecraft.World/ArrayWithLength.h')
| -rw-r--r-- | Minecraft.World/ArrayWithLength.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Minecraft.World/ArrayWithLength.h b/Minecraft.World/ArrayWithLength.h index 4e9f9941..e22724c6 100644 --- a/Minecraft.World/ArrayWithLength.h +++ b/Minecraft.World/ArrayWithLength.h @@ -83,6 +83,7 @@ class Enchantment; class ClipChunk; typedef arrayWithLength<double> doubleArray; +typedef array2DWithLength<double> coords2DArray; typedef arrayWithLength<byte> byteArray; typedef arrayWithLength<char> charArray; typedef arrayWithLength<short> shortArray; |
