mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-25 10:43:35 +00:00
6 lines
116 B
C++
6 lines
116 B
C++
#include "../Platform/stdafx.h"
|
|
#include "MetalTile.h"
|
|
|
|
MetalTile::MetalTile(int id) : Tile(id, Material::metal)
|
|
{
|
|
} |