mirror of
https://github.com/portable-lce/portable-lce.git
synced 2026-07-18 09:28:18 +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)
|
|
{
|
|
} |