diff options
author | archshift <admin@archshift.com> | 2014-04-23 23:56:39 +0200 |
---|---|---|
committer | archshift <admin@archshift.com> | 2014-04-24 00:22:49 +0200 |
commit | c2f2ef7cb4e4232cae18aaddcc6c86253e6c859b (patch) | |
tree | 94ce183469b261a995faaf64dfa7623571fb146a /src | |
parent | Updated docs for StringToEnchantmentID. (diff) | |
download | cuberite-c2f2ef7cb4e4232cae18aaddcc6c86253e6c859b.tar cuberite-c2f2ef7cb4e4232cae18aaddcc6c86253e6c859b.tar.gz cuberite-c2f2ef7cb4e4232cae18aaddcc6c86253e6c859b.tar.bz2 cuberite-c2f2ef7cb4e4232cae18aaddcc6c86253e6c859b.tar.lz cuberite-c2f2ef7cb4e4232cae18aaddcc6c86253e6c859b.tar.xz cuberite-c2f2ef7cb4e4232cae18aaddcc6c86253e6c859b.tar.zst cuberite-c2f2ef7cb4e4232cae18aaddcc6c86253e6c859b.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/Mobs/CaveSpider.cpp (renamed from src/Mobs/Cavespider.cpp) | 1 | ||||
-rw-r--r-- | src/Mobs/CaveSpider.h (renamed from src/Mobs/Cavespider.h) | 1 | ||||
-rw-r--r-- | src/Mobs/MagmaCube.cpp (renamed from src/Mobs/Magmacube.cpp) | 1 | ||||
-rw-r--r-- | src/Mobs/MagmaCube.h (renamed from src/Mobs/Magmacube.h) | 1 | ||||
-rw-r--r-- | src/Mobs/ZombiePigman.cpp (renamed from src/Mobs/Zombiepigman.cpp) | 1 | ||||
-rw-r--r-- | src/Mobs/ZombiePigman.h (renamed from src/Mobs/Zombiepigman.h) | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/src/Mobs/Cavespider.cpp b/src/Mobs/CaveSpider.cpp index 94e93283d..4660ae44d 100644 --- a/src/Mobs/Cavespider.cpp +++ b/src/Mobs/CaveSpider.cpp @@ -1,4 +1,3 @@ - #include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules #include "Cavespider.h" diff --git a/src/Mobs/Cavespider.h b/src/Mobs/CaveSpider.h index 10ea03f7b..c2aacd2c7 100644 --- a/src/Mobs/Cavespider.h +++ b/src/Mobs/CaveSpider.h @@ -1,4 +1,3 @@ - #pragma once #include "AggressiveMonster.h" diff --git a/src/Mobs/Magmacube.cpp b/src/Mobs/MagmaCube.cpp index 05405f082..064152072 100644 --- a/src/Mobs/Magmacube.cpp +++ b/src/Mobs/MagmaCube.cpp @@ -1,4 +1,3 @@ - #include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules #include "Magmacube.h" diff --git a/src/Mobs/Magmacube.h b/src/Mobs/MagmaCube.h index 130952970..43065cae5 100644 --- a/src/Mobs/Magmacube.h +++ b/src/Mobs/MagmaCube.h @@ -1,4 +1,3 @@ - #pragma once #include "AggressiveMonster.h" diff --git a/src/Mobs/Zombiepigman.cpp b/src/Mobs/ZombiePigman.cpp index a0142b566..b6f95a3e1 100644 --- a/src/Mobs/Zombiepigman.cpp +++ b/src/Mobs/ZombiePigman.cpp @@ -1,4 +1,3 @@ - #include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules #include "Zombiepigman.h" diff --git a/src/Mobs/Zombiepigman.h b/src/Mobs/ZombiePigman.h index 67991d56a..ab3cebf6d 100644 --- a/src/Mobs/Zombiepigman.h +++ b/src/Mobs/ZombiePigman.h @@ -1,4 +1,3 @@ - #pragma once #include "PassiveAggressiveMonster.h" |