#include "stdafx.h" #include "HellStoneTile.h" HellStoneTile::HellStoneTile(int id) : Tile(id, Material::stone) { }