From 7f6f4dfebc463916a8cb82e8abebdecd2ed6e38b Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Mon, 13 Dec 2004 16:23:14 +0000 Subject: Whee, moving headers around! Also provided makefile.mgw for compiling with MinGW+MSYS. --- src/net/protocol.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/net') diff --git a/src/net/protocol.h b/src/net/protocol.h index a56b7599..374024e3 100644 --- a/src/net/protocol.h +++ b/src/net/protocol.h @@ -23,8 +23,11 @@ #pragma warning (disable:4312) #endif -#ifndef _PROTOCOL_H -#define _PROTOCOL_H +#ifndef _TMW_PROTOCOL_H +#define _TMW_PROTOCOL_H + +#include "../main.h" +#include "../being.h" #include #ifdef WIN32 @@ -34,8 +37,6 @@ #include "win2linux.h" #endif -#include "../main.h" -#include "../being.h" short get_length(short id); unsigned short get_x(char *data); -- cgit v1.2.3-70-g09d2