diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-05-22 13:40:48 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-05-22 13:40:48 +0000 |
commit | 3cb233696c51ba355eaad5480b4feba8f0a07652 (patch) | |
tree | 2b1b8a06cbb5e60f11d3aa5e4855ab426e1d00e1 /src/net/protocol.h | |
parent | 347246d6719e12e426f5681085493dc0227345ed (diff) | |
download | mana-3cb233696c51ba355eaad5480b4feba8f0a07652.tar.gz mana-3cb233696c51ba355eaad5480b4feba8f0a07652.tar.bz2 mana-3cb233696c51ba355eaad5480b4feba8f0a07652.tar.xz mana-3cb233696c51ba355eaad5480b4feba8f0a07652.zip |
Fixed little oopsie.
Diffstat (limited to 'src/net/protocol.h')
-rw-r--r-- | src/net/protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/protocol.h b/src/net/protocol.h index 07684298..57321d45 100644 --- a/src/net/protocol.h +++ b/src/net/protocol.h @@ -24,6 +24,8 @@ #ifndef _TMW_PROTOCOL_H #define _TMW_PROTOCOL_H +#include "../being.h" + // Packets from server to client #define SMSG_LOGIN_SUCCESS 0x0073 /**< Logged in, starting location */ #define SMSG_REMOVE_BEING 0x0080 /**< Died, logged out, teleport ... */ |