diff options
Diffstat (limited to '')
-rw-r--r-- | source/blocks/BlockCloth.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source/blocks/BlockCloth.cpp b/source/blocks/BlockCloth.cpp new file mode 100644 index 000000000..a55b8dc7f --- /dev/null +++ b/source/blocks/BlockCloth.cpp @@ -0,0 +1,9 @@ +#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 |