Unified folder name-casing
git-svn-id: http://mc-server.googlecode.com/svn/trunk@902 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
parent
cd5acb228c
commit
4df23d19b7
@ -29,7 +29,7 @@
|
||||
#include "Player.h"
|
||||
#include "BlockArea.h"
|
||||
#include "PluginManager.h"
|
||||
#include "blocks/BlockHandler.h"
|
||||
#include "Blocks/BlockHandler.h"
|
||||
|
||||
#include <json/json.h>
|
||||
|
||||
|
@ -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"
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include "BlockID.h"
|
||||
#include "Defines.h"
|
||||
#include "Item.h"
|
||||
#include "blocks/BlockHandler.h"
|
||||
#include "Blocks/BlockHandler.h"
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
#include <json/json.h>
|
||||
|
||||
#include "items/ItemHandler.h"
|
||||
#include "Items/ItemHandler.h"
|
||||
|
||||
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include "ItemSign.h"
|
||||
#include "ItemBed.h"
|
||||
|
||||
#include "../blocks/BlockHandler.h"
|
||||
#include "../Blocks/BlockHandler.h"
|
||||
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include "../World.h"
|
||||
#include "../Player.h"
|
||||
|
||||
#include "../blocks/BlockHandler.h"
|
||||
#include "../Blocks/BlockHandler.h"
|
||||
|
||||
|
||||
|
@ -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[];
|
||||
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user