mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-07-20 13:47:04 +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) {} |