summaryrefslogtreecommitdiffstats
path: root/source/blocks/BlockDirt.cpp
blob: ea8c6509deb230de6483ccc87c1354bf899baed3 (plain) (blame)
1
2
3
4
5
6
7
8
9
#include "Globals.h"
#include "BlockDirt.h"
#include "../cItem.h"
#include "../cWorld.h"

cBlockDirtHandler::cBlockDirtHandler(BLOCKTYPE a_BlockID)
	: cBlockHandler(a_BlockID)
{
}