Source files cleanup: The rest of the files renamed.
git-svn-id: http://mc-server.googlecode.com/svn/trunk@887 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Item.h"
|
||||
#include "../cWorld.h"
|
||||
#include "ItemHandler.h"
|
||||
#include "../World.h"
|
||||
|
||||
class cItemBucketHandler : public cItemHandler
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Item.h"
|
||||
#include "ItemHandler.h"
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Item.h"
|
||||
#include "../cWorld.h"
|
||||
#include "ItemHandler.h"
|
||||
#include "../World.h"
|
||||
|
||||
class cItemDoorHandler : public cItemHandler
|
||||
{
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
|
||||
#pragma once
|
||||
#include "Item.h"
|
||||
#include "../cWorld.h"
|
||||
#include "../cPlayer.h"
|
||||
|
||||
#include "ItemHandler.h"
|
||||
#include "../World.h"
|
||||
#include "../Player.h"
|
||||
|
||||
class cItemDyeHandler : public cItemHandler
|
||||
{
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Item.h"
|
||||
#include "ItemHandler.h"
|
||||
|
||||
|
||||
class cItemFoodHandler : public cItemHandler
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
|
||||
#include "Globals.h"
|
||||
#include "Item.h"
|
||||
#include "../cItem.h"
|
||||
#include "../cWorld.h"
|
||||
#include "../cPlayer.h"
|
||||
#include "ItemHandler.h"
|
||||
#include "../Item.h"
|
||||
#include "../World.h"
|
||||
#include "../Player.h"
|
||||
|
||||
//Handler
|
||||
#include "ItemCloth.h"
|
||||
@@ -27,7 +27,7 @@
|
||||
#include "ItemFood.h"
|
||||
#include "ItemSign.h"
|
||||
|
||||
#include "../blocks/Block.h"
|
||||
#include "../blocks/BlockHandler.h"
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
|
||||
#pragma once
|
||||
#include "Item.h"
|
||||
#include "../cWorld.h"
|
||||
#include "../cPlayer.h"
|
||||
|
||||
#include "ItemHandler.h"
|
||||
#include "../World.h"
|
||||
#include "../Player.h"
|
||||
|
||||
class cItemHoeHandler : public cItemHandler
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Item.h"
|
||||
#include "ItemHandler.h"
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "Item.h"
|
||||
#include "../cWorld.h"
|
||||
#include "../cPlayer.h"
|
||||
#include "ItemHandler.h"
|
||||
#include "../World.h"
|
||||
#include "../Player.h"
|
||||
|
||||
class cItemLighterHandler : public cItemHandler
|
||||
{
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
|
||||
#pragma once
|
||||
#include "Item.h"
|
||||
#include "../cWorld.h"
|
||||
#include "../cPlayer.h"
|
||||
|
||||
#include "ItemHandler.h"
|
||||
#include "../World.h"
|
||||
#include "../Player.h"
|
||||
|
||||
class cItemPickaxeHandler : public cItemHandler
|
||||
{
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
|
||||
#pragma once
|
||||
#include "Item.h"
|
||||
|
||||
#include "ItemHandler.h"
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
|
||||
#pragma once
|
||||
#include "Item.h"
|
||||
|
||||
#include "ItemHandler.h"
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Item.h"
|
||||
#include "ItemHandler.h"
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Item.h"
|
||||
#include "../cWorld.h"
|
||||
#include "ItemHandler.h"
|
||||
#include "../World.h"
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Item.h"
|
||||
#include "../cWorld.h"
|
||||
#include "../cPlayer.h"
|
||||
#include "ItemHandler.h"
|
||||
#include "../World.h"
|
||||
#include "../Player.h"
|
||||
|
||||
class cItemShearsHandler : public cItemHandler
|
||||
{
|
||||
|
||||
@@ -1,9 +1,15 @@
|
||||
#pragma once
|
||||
#include "Item.h"
|
||||
#include "../cWorld.h"
|
||||
#include "../cPlayer.h"
|
||||
|
||||
#include "../blocks/Block.h"
|
||||
#pragma once
|
||||
|
||||
#include "ItemHandler.h"
|
||||
#include "../World.h"
|
||||
#include "../Player.h"
|
||||
|
||||
#include "../blocks/BlockHandler.h"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
class cItemShovelHandler : public cItemHandler
|
||||
{
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Item.h"
|
||||
#include "../cWorld.h"
|
||||
#include "ItemHandler.h"
|
||||
#include "../World.h"
|
||||
|
||||
class cItemSignHandler : public cItemHandler
|
||||
{
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Item.h"
|
||||
#include "../cWorld.h"
|
||||
#include "ItemHandler.h"
|
||||
#include "../World.h"
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Item.h"
|
||||
#include "../cWorld.h"
|
||||
#include "ItemHandler.h"
|
||||
#include "../World.h"
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
|
||||
#pragma once
|
||||
#include "Item.h"
|
||||
#include "../cWorld.h"
|
||||
#include "../cPlayer.h"
|
||||
|
||||
#include "ItemHandler.h"
|
||||
#include "../World.h"
|
||||
#include "../Player.h"
|
||||
|
||||
class cItemSwordHandler : public cItemHandler
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Item.h"
|
||||
#include "ItemHandler.h"
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user