mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-01 11:13:41 +00:00
8 lines
102 B
C++
8 lines
102 B
C++
#pragma once
|
|
#include "Tile.h"
|
|
|
|
class HellStoneTile : public Tile
|
|
{
|
|
public:
|
|
HellStoneTile(int id);
|
|
}; |