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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/net/tmwa/messagein.h b/src/net/tmwa/messagein.h
index 8dd95a478..26ce4612c 100644
--- a/src/net/tmwa/messagein.h
+++ b/src/net/tmwa/messagein.h
@@ -47,8 +47,10 @@ class MessageIn final : public Net::MessageIn
void postInit();
- int16_t readInt16(); /**< Reads a short. */
- int32_t readInt32(); /**< Reads a long. */
+ /**< Reads a short. */
+ int16_t readInt16(const char *const str = nullptr);
+ /**< Reads a long. */
+ int32_t readInt32(const char *const str = nullptr);
};
} // namespace TmwAthena