summaryrefslogtreecommitdiff
path: root/src/net/manaserv/messageout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/manaserv/messageout.h')
-rw-r--r--src/net/manaserv/messageout.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/net/manaserv/messageout.h b/src/net/manaserv/messageout.h
index 7c474cda..db7c4780 100644
--- a/src/net/manaserv/messageout.h
+++ b/src/net/manaserv/messageout.h
@@ -29,18 +29,12 @@ namespace ManaServ {
class MessageOut : public Net::MessageOut
{
public:
- /**
- * Constructor.
- */
- MessageOut(short id);
+ MessageOut(uint16_t id);
- /**
- * Destructor.
- */
~MessageOut();
- void writeInt16(Sint16 value); /**< Writes a short. */
- void writeInt32(Sint32 value); /**< Writes a long. */
+ void writeInt16(uint16_t value);
+ void writeInt32(uint32_t value);
protected:
/**