diff options
Diffstat (limited to 'src/messageout.h')
-rw-r--r-- | src/messageout.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/messageout.h b/src/messageout.h index 19997a0b..8ec6b171 100644 --- a/src/messageout.h +++ b/src/messageout.h @@ -57,6 +57,11 @@ class MessageOut writeLong(long value); /**< Writes a long. */ /** + * Writes a 3-byte block containing tile-based coordinates. + */ + void writeCoordinates(int x, int y); + + /** * Writes a string. If a fixed length is not given (-1), it is stored * as a short at the start of the string. */ |