summaryrefslogtreecommitdiff
path: root/src/net/tmwa/messagein.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/messagein.h')
-rw-r--r--src/net/tmwa/messagein.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/messagein.h b/src/net/tmwa/messagein.h
index adc79a6b8..8c5fc7c77 100644
--- a/src/net/tmwa/messagein.h
+++ b/src/net/tmwa/messagein.h
@@ -46,6 +46,8 @@ class MessageIn final : public Net::MessageIn
*/
MessageIn(const char *data, unsigned int length);
+ A_DELETE_COPY(MessageIn);
+
int16_t readInt16(); /**< Reads a short. */
int readInt32(); /**< Reads a long. */
};