diff options
Diffstat (limited to 'source/blocks/BlockCloth.cpp')
-rw-r--r-- | source/blocks/BlockCloth.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source/blocks/BlockCloth.cpp b/source/blocks/BlockCloth.cpp deleted file mode 100644 index a55b8dc7f..000000000 --- a/source/blocks/BlockCloth.cpp +++ /dev/null @@ -1,9 +0,0 @@ -#include "Globals.h"
-#include "BlockCloth.h"
-#include "../cItem.h"
-#include "../cPlayer.h"
-
-cBlockClothHandler::cBlockClothHandler(BLOCKTYPE a_BlockID)
- : cBlockHandler(a_BlockID)
-{
-}
\ No newline at end of file |