diff options
Diffstat (limited to 'source/items/ItemCloth.h')
-rw-r--r-- | source/items/ItemCloth.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/source/items/ItemCloth.h b/source/items/ItemCloth.h deleted file mode 100644 index 5de064397..000000000 --- a/source/items/ItemCloth.h +++ /dev/null @@ -1,23 +0,0 @@ -
-#pragma once
-
-#include "ItemHandler.h"
-
-
-
-
-
-class cItemClothHandler :
- public cItemHandler
-{
-public:
- cItemClothHandler(int a_ItemID)
- : cItemHandler(a_ItemID)
- {
-
- }
-} ;
-
-
-
-
|