summaryrefslogblamecommitdiffstats
path: root/source/Items/ItemWood.h
blob: 5304ec3165e5e7dbcbfdd58d1d3e2866f914a6d9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
 

             
                         

 




                            

        

                                           

          




    

#pragma once

#include "ItemHandler.h"





class cItemWoodHandler :
	public cItemHandler
{
public:
	cItemWoodHandler(int a_ItemType)
		: cItemHandler(a_ItemType)
	{
	}
} ;