summaryrefslogtreecommitdiff
path: root/src/net/tmwa/messagein.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-03-05 21:19:58 +0300
committerAndrei Karas <akaras@inbox.ru>2018-03-05 21:42:06 +0300
commit59087d29cc992a439650616ddf68537cc3ded37d (patch)
tree6ea3ac278a32bbe51aa76e3e2dc0f739835dbbad /src/net/tmwa/messagein.h
parent8032eb0f2345ed6b9097277034d94066af66f4fd (diff)
downloadplus-59087d29cc992a439650616ddf68537cc3ded37d.tar.gz
plus-59087d29cc992a439650616ddf68537cc3ded37d.tar.bz2
plus-59087d29cc992a439650616ddf68537cc3ded37d.tar.xz
plus-59087d29cc992a439650616ddf68537cc3ded37d.zip
Moved same methods from messagein into one file.
Diffstat (limited to 'src/net/tmwa/messagein.h')
-rw-r--r--src/net/tmwa/messagein.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/net/tmwa/messagein.h b/src/net/tmwa/messagein.h
index 35a7c21cd..5ac91b5e6 100644
--- a/src/net/tmwa/messagein.h
+++ b/src/net/tmwa/messagein.h
@@ -47,20 +47,6 @@ class MessageIn final : public Net::MessageIn
A_DELETE_COPY(MessageIn)
void postInit(const char *const str);
-
- /**< Reads a short. */
- int16_t readInt16(const char *const str) override final;
-
- uint16_t readUInt16(const char *const str) override final;
-
- /**< Reads a long. */
- int32_t readInt32(const char *const str) override final;
-
- int64_t readInt64(const char *const str) override final;
-
- BeingId readBeingId(const char *const str) override final;
-
- uint16_t readId() const;
};
} // namespace TmwAthena