summaryrefslogblamecommitdiffstats
path: root/src/Items/ItemCloth.h
blob: cdee8e6d107a4104ac11d0e847868e3f1714c5d2 (plain) (tree)
1
2
3
4
5
6
7
8
9








                        
                                                   
 


                                                     
         
         
  

#pragma once

#include "ItemHandler.h"





class cItemClothHandler final : public cItemHandler
{
  public:
	constexpr cItemClothHandler(int a_ItemType) :
		cItemHandler(a_ItemType)
	{
	}
};