summaryrefslogtreecommitdiffstats
path: root/source/Items/ItemWood.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Items/ItemWood.h')
-rw-r--r--source/Items/ItemWood.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/source/Items/ItemWood.h b/source/Items/ItemWood.h
new file mode 100644
index 000000000..d6f66d1c5
--- /dev/null
+++ b/source/Items/ItemWood.h
@@ -0,0 +1,22 @@
+
+#pragma once
+
+#include "ItemHandler.h"
+
+
+
+
+
+class cItemWoodHandler :
+ public cItemHandler
+{
+public:
+ cItemWoodHandler(int a_ItemID)
+ : cItemHandler(a_ItemID)
+ {
+ }
+} ;
+
+
+
+