#include "stdafx.h" #include "NetherPlanks.h" NetherPlanksTile::NetherPlanksTile(int id) : Tile(id, Material::wood) { }