summaryrefslogblamecommitdiffstats
path: root/source/Items/ItemWood.h
blob: 476256c5dfa320c686c53179a8fcb665407a88ab (plain) (tree)





















                                          

#pragma once

#include "ItemHandler.h"





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