mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-24 10:13:36 +00:00
7 lines
107 B
C++
7 lines
107 B
C++
#pragma once
|
|
#include "Tile.h"
|
|
|
|
class NetherrackTile : public Tile {
|
|
public:
|
|
NetherrackTile(int id);
|
|
}; |