1
0
cuberite-2a/source/Items/ItemCloth.h
madmaxoft@gmail.com 4df23d19b7 Unified folder name-casing
git-svn-id: http://mc-server.googlecode.com/svn/trunk@902 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-09-29 13:59:32 +00:00

24 lines
200 B
C++

#pragma once
#include "ItemHandler.h"
class cItemClothHandler :
public cItemHandler
{
public:
cItemClothHandler(int a_ItemID)
: cItemHandler(a_ItemID)
{
}
} ;