mirror of
https://gitea.murdle.top/murdle/mc-lce.git
synced 2026-03-11 03:28:59 +02:00
8 lines
94 B
C++
8 lines
94 B
C++
#pragma once
|
|
#include "Tile.h"
|
|
|
|
class MetalTile : public Tile
|
|
{
|
|
public:
|
|
MetalTile(int id);
|
|
}; |