1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Remove sLocationXY8

This commit is contained in:
Gymnasiast
2019-12-30 23:03:13 +01:00
parent 2c359736ee
commit 1133a8c81c

View File

@@ -45,12 +45,6 @@ struct LocationXY8
};
assert_struct_size(LocationXY8, 2);
struct sLocationXY8
{
int8_t x, y;
};
assert_struct_size(sLocationXY8, 2);
struct LocationXY16
{
int16_t x, y;