summaryrefslogtreecommitdiffstats
path: root/source/blocks/BlockDirt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/blocks/BlockDirt.cpp')
-rw-r--r--source/blocks/BlockDirt.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/source/blocks/BlockDirt.cpp b/source/blocks/BlockDirt.cpp
new file mode 100644
index 000000000..ea8c6509d
--- /dev/null
+++ b/source/blocks/BlockDirt.cpp
@@ -0,0 +1,9 @@
+#include "Globals.h"
+#include "BlockDirt.h"
+#include "../cItem.h"
+#include "../cWorld.h"
+
+cBlockDirtHandler::cBlockDirtHandler(BLOCKTYPE a_BlockID)
+ : cBlockHandler(a_BlockID)
+{
+}