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 f0645ddda..12e2b58cf 100644
--- a/src/net/tmwa/messagein.h
+++ b/src/net/tmwa/messagein.h
@@ -53,6 +53,8 @@ class MessageIn final : public Net::MessageIn
int32_t readInt32(const char *const str = nullptr);
int64_t readInt64(const char *const str = nullptr);
+
+ uint16_t readId();
};
} // namespace TmwAthena