From 4df23d19b7be2f274974e3dfe91e716e6296f11c Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sat, 29 Sep 2012 13:59:32 +0000 Subject: [PATCH] Unified folder name-casing git-svn-id: http://mc-server.googlecode.com/svn/trunk@902 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/{blocks => Blocks}/BlockBed.h | 0 source/{blocks => Blocks}/BlockCactus.h | 0 source/{blocks => Blocks}/BlockChest.h | 0 source/{blocks => Blocks}/BlockCloth.h | 0 source/{blocks => Blocks}/BlockCrops.h | 0 source/{blocks => Blocks}/BlockDirt.h | 0 source/{blocks => Blocks}/BlockDispenser.h | 0 source/{blocks => Blocks}/BlockDoor.cpp | 0 source/{blocks => Blocks}/BlockDoor.h | 0 source/{blocks => Blocks}/BlockEntity.h | 0 source/{blocks => Blocks}/BlockFire.h | 0 source/{blocks => Blocks}/BlockFlower.h | 0 source/{blocks => Blocks}/BlockFluid.h | 0 source/{blocks => Blocks}/BlockFurnace.h | 0 source/{blocks => Blocks}/BlockGlowstone.h | 0 source/{blocks => Blocks}/BlockGravel.h | 0 source/{blocks => Blocks}/BlockHandler.cpp | 0 source/{blocks => Blocks}/BlockHandler.h | 0 source/{blocks => Blocks}/BlockIce.h | 0 source/{blocks => Blocks}/BlockLadder.h | 0 source/{blocks => Blocks}/BlockLeaves.h | 0 source/{blocks => Blocks}/BlockMelon.h | 0 source/{blocks => Blocks}/BlockMushroom.h | 0 source/{blocks => Blocks}/BlockNote.h | 0 source/{blocks => Blocks}/BlockOre.h | 0 source/{blocks => Blocks}/BlockPiston.cpp | 0 source/{blocks => Blocks}/BlockPiston.h | 0 source/{blocks => Blocks}/BlockRedstone.cpp | 0 source/{blocks => Blocks}/BlockRedstone.h | 0 source/{blocks => Blocks}/BlockRedstoneRepeater.cpp | 0 source/{blocks => Blocks}/BlockRedstoneRepeater.h | 0 source/{blocks => Blocks}/BlockRedstoneTorch.h | 0 source/{blocks => Blocks}/BlockSand.h | 0 source/{blocks => Blocks}/BlockSapling.h | 0 source/{blocks => Blocks}/BlockSign.h | 0 source/{blocks => Blocks}/BlockSlab.h | 0 source/{blocks => Blocks}/BlockSnow.h | 0 source/{blocks => Blocks}/BlockStairs.h | 0 source/{blocks => Blocks}/BlockStems.h | 0 source/{blocks => Blocks}/BlockStone.h | 0 source/{blocks => Blocks}/BlockSugarcane.h | 0 source/{blocks => Blocks}/BlockTallGrass.h | 0 source/{blocks => Blocks}/BlockTorch.h | 0 source/{blocks => Blocks}/BlockVine.h | 0 source/{blocks => Blocks}/BlockWood.h | 0 source/{blocks => Blocks}/BlockWorkbench.h | 0 source/Chunk.cpp | 2 +- source/ClientHandle.cpp | 4 ++-- source/FluidSimulator.cpp | 2 +- source/Inventory.cpp | 2 +- source/{items => Items}/ItemBed.h | 0 source/{items => Items}/ItemBucket.h | 0 source/{items => Items}/ItemCloth.h | 0 source/{items => Items}/ItemDoor.h | 0 source/{items => Items}/ItemDye.h | 0 source/{items => Items}/ItemFood.h | 0 source/{items => Items}/ItemHandler.cpp | 2 +- source/{items => Items}/ItemHandler.h | 0 source/{items => Items}/ItemHoe.h | 0 source/{items => Items}/ItemLeaves.h | 0 source/{items => Items}/ItemLighter.h | 0 source/{items => Items}/ItemPickaxe.h | 0 source/{items => Items}/ItemRedstoneDust.h | 0 source/{items => Items}/ItemRedstoneRepeater.h | 0 source/{items => Items}/ItemSapling.h | 0 source/{items => Items}/ItemSeeds.h | 0 source/{items => Items}/ItemShears.h | 0 source/{items => Items}/ItemShovel.h | 2 +- source/{items => Items}/ItemSign.h | 0 source/{items => Items}/ItemSlab.h | 0 source/{items => Items}/ItemSugarcane.h | 0 source/{items => Items}/ItemSword.h | 0 source/{items => Items}/ItemWood.h | 0 source/Piston.cpp | 2 +- source/Root.cpp | 4 ++-- source/UI/Window.cpp | 2 +- source/World.cpp | 2 +- 77 files changed, 12 insertions(+), 12 deletions(-) rename source/{blocks => Blocks}/BlockBed.h (100%) rename source/{blocks => Blocks}/BlockCactus.h (100%) rename source/{blocks => Blocks}/BlockChest.h (100%) rename source/{blocks => Blocks}/BlockCloth.h (100%) rename source/{blocks => Blocks}/BlockCrops.h (100%) rename source/{blocks => Blocks}/BlockDirt.h (100%) rename source/{blocks => Blocks}/BlockDispenser.h (100%) rename source/{blocks => Blocks}/BlockDoor.cpp (100%) rename source/{blocks => Blocks}/BlockDoor.h (100%) rename source/{blocks => Blocks}/BlockEntity.h (100%) rename source/{blocks => Blocks}/BlockFire.h (100%) rename source/{blocks => Blocks}/BlockFlower.h (100%) rename source/{blocks => Blocks}/BlockFluid.h (100%) rename source/{blocks => Blocks}/BlockFurnace.h (100%) rename source/{blocks => Blocks}/BlockGlowstone.h (100%) rename source/{blocks => Blocks}/BlockGravel.h (100%) rename source/{blocks => Blocks}/BlockHandler.cpp (100%) rename source/{blocks => Blocks}/BlockHandler.h (100%) rename source/{blocks => Blocks}/BlockIce.h (100%) rename source/{blocks => Blocks}/BlockLadder.h (100%) rename source/{blocks => Blocks}/BlockLeaves.h (100%) rename source/{blocks => Blocks}/BlockMelon.h (100%) rename source/{blocks => Blocks}/BlockMushroom.h (100%) rename source/{blocks => Blocks}/BlockNote.h (100%) rename source/{blocks => Blocks}/BlockOre.h (100%) rename source/{blocks => Blocks}/BlockPiston.cpp (100%) rename source/{blocks => Blocks}/BlockPiston.h (100%) rename source/{blocks => Blocks}/BlockRedstone.cpp (100%) rename source/{blocks => Blocks}/BlockRedstone.h (100%) rename source/{blocks => Blocks}/BlockRedstoneRepeater.cpp (100%) rename source/{blocks => Blocks}/BlockRedstoneRepeater.h (100%) rename source/{blocks => Blocks}/BlockRedstoneTorch.h (100%) rename source/{blocks => Blocks}/BlockSand.h (100%) rename source/{blocks => Blocks}/BlockSapling.h (100%) rename source/{blocks => Blocks}/BlockSign.h (100%) rename source/{blocks => Blocks}/BlockSlab.h (100%) rename source/{blocks => Blocks}/BlockSnow.h (100%) rename source/{blocks => Blocks}/BlockStairs.h (100%) rename source/{blocks => Blocks}/BlockStems.h (100%) rename source/{blocks => Blocks}/BlockStone.h (100%) rename source/{blocks => Blocks}/BlockSugarcane.h (100%) rename source/{blocks => Blocks}/BlockTallGrass.h (100%) rename source/{blocks => Blocks}/BlockTorch.h (100%) rename source/{blocks => Blocks}/BlockVine.h (100%) rename source/{blocks => Blocks}/BlockWood.h (100%) rename source/{blocks => Blocks}/BlockWorkbench.h (100%) rename source/{items => Items}/ItemBed.h (100%) rename source/{items => Items}/ItemBucket.h (100%) rename source/{items => Items}/ItemCloth.h (100%) rename source/{items => Items}/ItemDoor.h (100%) rename source/{items => Items}/ItemDye.h (100%) rename source/{items => Items}/ItemFood.h (100%) rename source/{items => Items}/ItemHandler.cpp (94%) rename source/{items => Items}/ItemHandler.h (100%) rename source/{items => Items}/ItemHoe.h (100%) rename source/{items => Items}/ItemLeaves.h (100%) rename source/{items => Items}/ItemLighter.h (100%) rename source/{items => Items}/ItemPickaxe.h (100%) rename source/{items => Items}/ItemRedstoneDust.h (100%) rename source/{items => Items}/ItemRedstoneRepeater.h (100%) rename source/{items => Items}/ItemSapling.h (100%) rename source/{items => Items}/ItemSeeds.h (100%) rename source/{items => Items}/ItemShears.h (100%) rename source/{items => Items}/ItemShovel.h (90%) rename source/{items => Items}/ItemSign.h (100%) rename source/{items => Items}/ItemSlab.h (100%) rename source/{items => Items}/ItemSugarcane.h (100%) rename source/{items => Items}/ItemSword.h (100%) rename source/{items => Items}/ItemWood.h (100%) diff --git a/source/blocks/BlockBed.h b/source/Blocks/BlockBed.h similarity index 100% rename from source/blocks/BlockBed.h rename to source/Blocks/BlockBed.h diff --git a/source/blocks/BlockCactus.h b/source/Blocks/BlockCactus.h similarity index 100% rename from source/blocks/BlockCactus.h rename to source/Blocks/BlockCactus.h diff --git a/source/blocks/BlockChest.h b/source/Blocks/BlockChest.h similarity index 100% rename from source/blocks/BlockChest.h rename to source/Blocks/BlockChest.h diff --git a/source/blocks/BlockCloth.h b/source/Blocks/BlockCloth.h similarity index 100% rename from source/blocks/BlockCloth.h rename to source/Blocks/BlockCloth.h diff --git a/source/blocks/BlockCrops.h b/source/Blocks/BlockCrops.h similarity index 100% rename from source/blocks/BlockCrops.h rename to source/Blocks/BlockCrops.h diff --git a/source/blocks/BlockDirt.h b/source/Blocks/BlockDirt.h similarity index 100% rename from source/blocks/BlockDirt.h rename to source/Blocks/BlockDirt.h diff --git a/source/blocks/BlockDispenser.h b/source/Blocks/BlockDispenser.h similarity index 100% rename from source/blocks/BlockDispenser.h rename to source/Blocks/BlockDispenser.h diff --git a/source/blocks/BlockDoor.cpp b/source/Blocks/BlockDoor.cpp similarity index 100% rename from source/blocks/BlockDoor.cpp rename to source/Blocks/BlockDoor.cpp diff --git a/source/blocks/BlockDoor.h b/source/Blocks/BlockDoor.h similarity index 100% rename from source/blocks/BlockDoor.h rename to source/Blocks/BlockDoor.h diff --git a/source/blocks/BlockEntity.h b/source/Blocks/BlockEntity.h similarity index 100% rename from source/blocks/BlockEntity.h rename to source/Blocks/BlockEntity.h diff --git a/source/blocks/BlockFire.h b/source/Blocks/BlockFire.h similarity index 100% rename from source/blocks/BlockFire.h rename to source/Blocks/BlockFire.h diff --git a/source/blocks/BlockFlower.h b/source/Blocks/BlockFlower.h similarity index 100% rename from source/blocks/BlockFlower.h rename to source/Blocks/BlockFlower.h diff --git a/source/blocks/BlockFluid.h b/source/Blocks/BlockFluid.h similarity index 100% rename from source/blocks/BlockFluid.h rename to source/Blocks/BlockFluid.h diff --git a/source/blocks/BlockFurnace.h b/source/Blocks/BlockFurnace.h similarity index 100% rename from source/blocks/BlockFurnace.h rename to source/Blocks/BlockFurnace.h diff --git a/source/blocks/BlockGlowstone.h b/source/Blocks/BlockGlowstone.h similarity index 100% rename from source/blocks/BlockGlowstone.h rename to source/Blocks/BlockGlowstone.h diff --git a/source/blocks/BlockGravel.h b/source/Blocks/BlockGravel.h similarity index 100% rename from source/blocks/BlockGravel.h rename to source/Blocks/BlockGravel.h diff --git a/source/blocks/BlockHandler.cpp b/source/Blocks/BlockHandler.cpp similarity index 100% rename from source/blocks/BlockHandler.cpp rename to source/Blocks/BlockHandler.cpp diff --git a/source/blocks/BlockHandler.h b/source/Blocks/BlockHandler.h similarity index 100% rename from source/blocks/BlockHandler.h rename to source/Blocks/BlockHandler.h diff --git a/source/blocks/BlockIce.h b/source/Blocks/BlockIce.h similarity index 100% rename from source/blocks/BlockIce.h rename to source/Blocks/BlockIce.h diff --git a/source/blocks/BlockLadder.h b/source/Blocks/BlockLadder.h similarity index 100% rename from source/blocks/BlockLadder.h rename to source/Blocks/BlockLadder.h diff --git a/source/blocks/BlockLeaves.h b/source/Blocks/BlockLeaves.h similarity index 100% rename from source/blocks/BlockLeaves.h rename to source/Blocks/BlockLeaves.h diff --git a/source/blocks/BlockMelon.h b/source/Blocks/BlockMelon.h similarity index 100% rename from source/blocks/BlockMelon.h rename to source/Blocks/BlockMelon.h diff --git a/source/blocks/BlockMushroom.h b/source/Blocks/BlockMushroom.h similarity index 100% rename from source/blocks/BlockMushroom.h rename to source/Blocks/BlockMushroom.h diff --git a/source/blocks/BlockNote.h b/source/Blocks/BlockNote.h similarity index 100% rename from source/blocks/BlockNote.h rename to source/Blocks/BlockNote.h diff --git a/source/blocks/BlockOre.h b/source/Blocks/BlockOre.h similarity index 100% rename from source/blocks/BlockOre.h rename to source/Blocks/BlockOre.h diff --git a/source/blocks/BlockPiston.cpp b/source/Blocks/BlockPiston.cpp similarity index 100% rename from source/blocks/BlockPiston.cpp rename to source/Blocks/BlockPiston.cpp diff --git a/source/blocks/BlockPiston.h b/source/Blocks/BlockPiston.h similarity index 100% rename from source/blocks/BlockPiston.h rename to source/Blocks/BlockPiston.h diff --git a/source/blocks/BlockRedstone.cpp b/source/Blocks/BlockRedstone.cpp similarity index 100% rename from source/blocks/BlockRedstone.cpp rename to source/Blocks/BlockRedstone.cpp diff --git a/source/blocks/BlockRedstone.h b/source/Blocks/BlockRedstone.h similarity index 100% rename from source/blocks/BlockRedstone.h rename to source/Blocks/BlockRedstone.h diff --git a/source/blocks/BlockRedstoneRepeater.cpp b/source/Blocks/BlockRedstoneRepeater.cpp similarity index 100% rename from source/blocks/BlockRedstoneRepeater.cpp rename to source/Blocks/BlockRedstoneRepeater.cpp diff --git a/source/blocks/BlockRedstoneRepeater.h b/source/Blocks/BlockRedstoneRepeater.h similarity index 100% rename from source/blocks/BlockRedstoneRepeater.h rename to source/Blocks/BlockRedstoneRepeater.h diff --git a/source/blocks/BlockRedstoneTorch.h b/source/Blocks/BlockRedstoneTorch.h similarity index 100% rename from source/blocks/BlockRedstoneTorch.h rename to source/Blocks/BlockRedstoneTorch.h diff --git a/source/blocks/BlockSand.h b/source/Blocks/BlockSand.h similarity index 100% rename from source/blocks/BlockSand.h rename to source/Blocks/BlockSand.h diff --git a/source/blocks/BlockSapling.h b/source/Blocks/BlockSapling.h similarity index 100% rename from source/blocks/BlockSapling.h rename to source/Blocks/BlockSapling.h diff --git a/source/blocks/BlockSign.h b/source/Blocks/BlockSign.h similarity index 100% rename from source/blocks/BlockSign.h rename to source/Blocks/BlockSign.h diff --git a/source/blocks/BlockSlab.h b/source/Blocks/BlockSlab.h similarity index 100% rename from source/blocks/BlockSlab.h rename to source/Blocks/BlockSlab.h diff --git a/source/blocks/BlockSnow.h b/source/Blocks/BlockSnow.h similarity index 100% rename from source/blocks/BlockSnow.h rename to source/Blocks/BlockSnow.h diff --git a/source/blocks/BlockStairs.h b/source/Blocks/BlockStairs.h similarity index 100% rename from source/blocks/BlockStairs.h rename to source/Blocks/BlockStairs.h diff --git a/source/blocks/BlockStems.h b/source/Blocks/BlockStems.h similarity index 100% rename from source/blocks/BlockStems.h rename to source/Blocks/BlockStems.h diff --git a/source/blocks/BlockStone.h b/source/Blocks/BlockStone.h similarity index 100% rename from source/blocks/BlockStone.h rename to source/Blocks/BlockStone.h diff --git a/source/blocks/BlockSugarcane.h b/source/Blocks/BlockSugarcane.h similarity index 100% rename from source/blocks/BlockSugarcane.h rename to source/Blocks/BlockSugarcane.h diff --git a/source/blocks/BlockTallGrass.h b/source/Blocks/BlockTallGrass.h similarity index 100% rename from source/blocks/BlockTallGrass.h rename to source/Blocks/BlockTallGrass.h diff --git a/source/blocks/BlockTorch.h b/source/Blocks/BlockTorch.h similarity index 100% rename from source/blocks/BlockTorch.h rename to source/Blocks/BlockTorch.h diff --git a/source/blocks/BlockVine.h b/source/Blocks/BlockVine.h similarity index 100% rename from source/blocks/BlockVine.h rename to source/Blocks/BlockVine.h diff --git a/source/blocks/BlockWood.h b/source/Blocks/BlockWood.h similarity index 100% rename from source/blocks/BlockWood.h rename to source/Blocks/BlockWood.h diff --git a/source/blocks/BlockWorkbench.h b/source/Blocks/BlockWorkbench.h similarity index 100% rename from source/blocks/BlockWorkbench.h rename to source/Blocks/BlockWorkbench.h diff --git a/source/Chunk.cpp b/source/Chunk.cpp index cb4e5511f..e7a828c66 100644 --- a/source/Chunk.cpp +++ b/source/Chunk.cpp @@ -29,7 +29,7 @@ #include "Player.h" #include "BlockArea.h" #include "PluginManager.h" -#include "blocks/BlockHandler.h" +#include "Blocks/BlockHandler.h" #include diff --git a/source/ClientHandle.cpp b/source/ClientHandle.cpp index e32e03f16..1585a08b0 100644 --- a/source/ClientHandle.cpp +++ b/source/ClientHandle.cpp @@ -23,8 +23,8 @@ #include "ChatColor.h" #include "OSSupport/Socket.h" #include "OSSupport/Timer.h" -#include "items/ItemHandler.h" -#include "blocks/BlockHandler.h" +#include "Items/ItemHandler.h" +#include "Blocks/BlockHandler.h" #include "Tracer.h" #include "Vector3f.h" diff --git a/source/FluidSimulator.cpp b/source/FluidSimulator.cpp index 804db9d36..d8007b9bf 100644 --- a/source/FluidSimulator.cpp +++ b/source/FluidSimulator.cpp @@ -9,7 +9,7 @@ #include "BlockID.h" #include "Defines.h" #include "Item.h" -#include "blocks/BlockHandler.h" +#include "Blocks/BlockHandler.h" diff --git a/source/Inventory.cpp b/source/Inventory.cpp index 1ad349fb5..c35a6c5d0 100644 --- a/source/Inventory.cpp +++ b/source/Inventory.cpp @@ -10,7 +10,7 @@ #include -#include "items/ItemHandler.h" +#include "Items/ItemHandler.h" diff --git a/source/items/ItemBed.h b/source/Items/ItemBed.h similarity index 100% rename from source/items/ItemBed.h rename to source/Items/ItemBed.h diff --git a/source/items/ItemBucket.h b/source/Items/ItemBucket.h similarity index 100% rename from source/items/ItemBucket.h rename to source/Items/ItemBucket.h diff --git a/source/items/ItemCloth.h b/source/Items/ItemCloth.h similarity index 100% rename from source/items/ItemCloth.h rename to source/Items/ItemCloth.h diff --git a/source/items/ItemDoor.h b/source/Items/ItemDoor.h similarity index 100% rename from source/items/ItemDoor.h rename to source/Items/ItemDoor.h diff --git a/source/items/ItemDye.h b/source/Items/ItemDye.h similarity index 100% rename from source/items/ItemDye.h rename to source/Items/ItemDye.h diff --git a/source/items/ItemFood.h b/source/Items/ItemFood.h similarity index 100% rename from source/items/ItemFood.h rename to source/Items/ItemFood.h diff --git a/source/items/ItemHandler.cpp b/source/Items/ItemHandler.cpp similarity index 94% rename from source/items/ItemHandler.cpp rename to source/Items/ItemHandler.cpp index 63d4f4258..49ed865e7 100644 --- a/source/items/ItemHandler.cpp +++ b/source/Items/ItemHandler.cpp @@ -28,7 +28,7 @@ #include "ItemSign.h" #include "ItemBed.h" -#include "../blocks/BlockHandler.h" +#include "../Blocks/BlockHandler.h" diff --git a/source/items/ItemHandler.h b/source/Items/ItemHandler.h similarity index 100% rename from source/items/ItemHandler.h rename to source/Items/ItemHandler.h diff --git a/source/items/ItemHoe.h b/source/Items/ItemHoe.h similarity index 100% rename from source/items/ItemHoe.h rename to source/Items/ItemHoe.h diff --git a/source/items/ItemLeaves.h b/source/Items/ItemLeaves.h similarity index 100% rename from source/items/ItemLeaves.h rename to source/Items/ItemLeaves.h diff --git a/source/items/ItemLighter.h b/source/Items/ItemLighter.h similarity index 100% rename from source/items/ItemLighter.h rename to source/Items/ItemLighter.h diff --git a/source/items/ItemPickaxe.h b/source/Items/ItemPickaxe.h similarity index 100% rename from source/items/ItemPickaxe.h rename to source/Items/ItemPickaxe.h diff --git a/source/items/ItemRedstoneDust.h b/source/Items/ItemRedstoneDust.h similarity index 100% rename from source/items/ItemRedstoneDust.h rename to source/Items/ItemRedstoneDust.h diff --git a/source/items/ItemRedstoneRepeater.h b/source/Items/ItemRedstoneRepeater.h similarity index 100% rename from source/items/ItemRedstoneRepeater.h rename to source/Items/ItemRedstoneRepeater.h diff --git a/source/items/ItemSapling.h b/source/Items/ItemSapling.h similarity index 100% rename from source/items/ItemSapling.h rename to source/Items/ItemSapling.h diff --git a/source/items/ItemSeeds.h b/source/Items/ItemSeeds.h similarity index 100% rename from source/items/ItemSeeds.h rename to source/Items/ItemSeeds.h diff --git a/source/items/ItemShears.h b/source/Items/ItemShears.h similarity index 100% rename from source/items/ItemShears.h rename to source/Items/ItemShears.h diff --git a/source/items/ItemShovel.h b/source/Items/ItemShovel.h similarity index 90% rename from source/items/ItemShovel.h rename to source/Items/ItemShovel.h index 24928efb8..f5a65795a 100644 --- a/source/items/ItemShovel.h +++ b/source/Items/ItemShovel.h @@ -5,7 +5,7 @@ #include "../World.h" #include "../Player.h" -#include "../blocks/BlockHandler.h" +#include "../Blocks/BlockHandler.h" diff --git a/source/items/ItemSign.h b/source/Items/ItemSign.h similarity index 100% rename from source/items/ItemSign.h rename to source/Items/ItemSign.h diff --git a/source/items/ItemSlab.h b/source/Items/ItemSlab.h similarity index 100% rename from source/items/ItemSlab.h rename to source/Items/ItemSlab.h diff --git a/source/items/ItemSugarcane.h b/source/Items/ItemSugarcane.h similarity index 100% rename from source/items/ItemSugarcane.h rename to source/Items/ItemSugarcane.h diff --git a/source/items/ItemSword.h b/source/Items/ItemSword.h similarity index 100% rename from source/items/ItemSword.h rename to source/Items/ItemSword.h diff --git a/source/items/ItemWood.h b/source/Items/ItemWood.h similarity index 100% rename from source/items/ItemWood.h rename to source/Items/ItemWood.h diff --git a/source/Piston.cpp b/source/Piston.cpp index a4c014729..750d76bb0 100644 --- a/source/Piston.cpp +++ b/source/Piston.cpp @@ -11,7 +11,7 @@ #include "World.h" #include "BlockID.h" #include "Server.h" -#include "blocks/BlockHandler.h" +#include "Blocks/BlockHandler.h" extern bool g_BlockPistonBreakable[]; diff --git a/source/Root.cpp b/source/Root.cpp index 2a6afc0e7..1b7f90d60 100644 --- a/source/Root.cpp +++ b/source/Root.cpp @@ -12,8 +12,8 @@ #include "MonsterConfig.h" #include "Redstone.h" #include "Player.h" -#include "blocks/BlockHandler.h" -#include "items/ItemHandler.h" +#include "Blocks/BlockHandler.h" +#include "Items/ItemHandler.h" #include "Chunk.h" #ifdef USE_SQUIRREL diff --git a/source/UI/Window.cpp b/source/UI/Window.cpp index b3d72570c..ad9ce67c7 100644 --- a/source/UI/Window.cpp +++ b/source/UI/Window.cpp @@ -8,7 +8,7 @@ #include "../Pickup.h" #include "../Inventory.h" #include "WindowOwner.h" -#include "../items/ItemHandler.h" +#include "../Items/ItemHandler.h" #include "SlotArea.h" #include "../ChestEntity.h" diff --git a/source/World.cpp b/source/World.cpp index 184cff869..03438b227 100644 --- a/source/World.cpp +++ b/source/World.cpp @@ -43,7 +43,7 @@ #include "Tracer.h" #include "Generating/Trees.h" #include "PluginManager.h" -#include "blocks/BlockHandler.h" +#include "Blocks/BlockHandler.h" #include "Vector3d.h" #include "tolua++.h"