blob: a55b8dc7f4e674d5c1e669b1a68b8ecf6be4df4b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#include "Globals.h"
#include "BlockCloth.h"
#include "../cItem.h"
#include "../cPlayer.h"
cBlockClothHandler::cBlockClothHandler(BLOCKTYPE a_BlockID)
: cBlockHandler(a_BlockID)
{
}
|