mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-07-25 22:37:12 +00:00
4 lines
131 B
C++
4 lines
131 B
C++
#include "../../../../../Header Files/stdafx.h"
|
|
#include "MetalTile.h"
|
|
|
|
MetalTile::MetalTile(int id) : Tile(id, Material::metal) {} |