10 lines
189 B
C++
10 lines
189 B
C++
|
#include "Globals.h"
|
||
|
#include "BlockDirt.h"
|
||
|
#include "../cItem.h"
|
||
|
#include "../cWorld.h"
|
||
|
|
||
|
cBlockDirtHandler::cBlockDirtHandler(BLOCKTYPE a_BlockID)
|
||
|
: cBlockHandler(a_BlockID)
|
||
|
{
|
||
|
}
|