9 lines
191 B
C++
9 lines
191 B
C++
|
|
#include "Globals.h"
|
||
|
|
#include "BlockCloth.h"
|
||
|
|
#include "../cItem.h"
|
||
|
|
#include "../cPlayer.h"
|
||
|
|
|
||
|
|
cBlockClothHandler::cBlockClothHandler(BLOCKTYPE a_BlockID)
|
||
|
|
: cBlockHandler(a_BlockID)
|
||
|
|
{
|
||
|
|
}
|