mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-25 13:23:37 +00:00
6 lines
113 B
C++
6 lines
113 B
C++
#include "../Build/stdafx.h"
|
|
#include "MetalTile.h"
|
|
|
|
MetalTile::MetalTile(int id) : Tile(id, Material::metal)
|
|
{
|
|
} |