Files
cuberite-2a/source/Items/ItemCloth.h
T

24 lines
181 B
C++
Raw Normal View History

2013-07-29 12:13:03 +01:00
#pragma once
#include "ItemHandler.h"
class cItemClothHandler :
public cItemHandler
{
public:
cItemClothHandler(int a_ItemType)
: cItemHandler(a_ItemType)
{
}
} ;