1#include "stdafx.h" 2#include "HellStoneTile.h" 3 4HellStoneTile::HellStoneTile(int id) : Tile(id, Material::stone) 5{ 6}