diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-11-29 15:22:24 +0100 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-11-29 15:22:24 +0100 |
commit | 473cb6e0b2ec3c0fd497e66d407204ca47ec1cc9 (patch) | |
tree | 765d641bed65f50767cdb1167290641b74f0e5cd /src | |
parent | Many api fixes, add vanilla names to mob type -> string functions and mob spawner fixes. (diff) | |
download | cuberite-473cb6e0b2ec3c0fd497e66d407204ca47ec1cc9.tar cuberite-473cb6e0b2ec3c0fd497e66d407204ca47ec1cc9.tar.gz cuberite-473cb6e0b2ec3c0fd497e66d407204ca47ec1cc9.tar.bz2 cuberite-473cb6e0b2ec3c0fd497e66d407204ca47ec1cc9.tar.lz cuberite-473cb6e0b2ec3c0fd497e66d407204ca47ec1cc9.tar.xz cuberite-473cb6e0b2ec3c0fd497e66d407204ca47ec1cc9.tar.zst cuberite-473cb6e0b2ec3c0fd497e66d407204ca47ec1cc9.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/Protocol/Protocol17x.h | 1 | ||||
-rw-r--r-- | src/Protocol/Protocol18x.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/Protocol/Protocol17x.h b/src/Protocol/Protocol17x.h index 3865b086c..f939bfb5e 100644 --- a/src/Protocol/Protocol17x.h +++ b/src/Protocol/Protocol17x.h @@ -33,7 +33,6 @@ Declares the 1.7.x protocol classes: #include "PolarSSL++/AesCfb128Decryptor.h" #include "PolarSSL++/AesCfb128Encryptor.h" -#include "../Mobs/MonsterTypes.h" diff --git a/src/Protocol/Protocol18x.h b/src/Protocol/Protocol18x.h index 216639319..92d9825ef 100644 --- a/src/Protocol/Protocol18x.h +++ b/src/Protocol/Protocol18x.h @@ -32,7 +32,6 @@ Declares the 1.8.x protocol classes: #include "PolarSSL++/AesCfb128Decryptor.h" #include "PolarSSL++/AesCfb128Encryptor.h" -#include "../Mobs/MonsterTypes.h" |