summaryrefslogtreecommitdiff
path: root/src/net/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/protocol.h')
-rw-r--r--src/net/protocol.h2
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 ... */