mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-25 21:43:38 +00:00
4 lines
127 B
C++
4 lines
127 B
C++
#include "../Platform/stdafx.h"
|
|
#include "HellStoneTile.h"
|
|
|
|
HellStoneTile::HellStoneTile(int id) : Tile(id, Material::stone) {} |