diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-01-17 16:17:30 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-01-17 16:17:30 +0000 |
commit | 443035526dcdc02af8ae7546f29506c982013880 (patch) | |
tree | d82c66c4f184f29ccedf9db65a08551cf55ce9e6 /src/net/protocol.h | |
parent | d0c97b98e477cfdf46ed7f36fd16c64f7943d551 (diff) | |
download | mana-client-443035526dcdc02af8ae7546f29506c982013880.tar.gz mana-client-443035526dcdc02af8ae7546f29506c982013880.tar.bz2 mana-client-443035526dcdc02af8ae7546f29506c982013880.tar.xz mana-client-443035526dcdc02af8ae7546f29506c982013880.zip |
Got stuff to work with Dev-C++
Diffstat (limited to 'src/net/protocol.h')
-rw-r--r-- | src/net/protocol.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/net/protocol.h b/src/net/protocol.h index 4cc66356..11eee3a9 100644 --- a/src/net/protocol.h +++ b/src/net/protocol.h @@ -24,16 +24,6 @@ #ifndef _TMW_PROTOCOL_H #define _TMW_PROTOCOL_H -#include "../main.h" -#include "../being.h" - -#ifdef WIN32 -#include <windows.h> -#else -#include "win2linux.h" -#endif - - /** Packet length by id */ short get_length(short id); |