mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-18 13:13:51 +00:00
8 lines
129 B
C
8 lines
129 B
C
|
|
#pragma once
|
||
|
|
#include "Tile_SPU.h"
|
||
|
|
|
||
|
|
class EntityTile_SPU : public Tile_SPU
|
||
|
|
{
|
||
|
|
public:
|
||
|
|
EntityTile_SPU(int id) : Tile_SPU(id) {}
|
||
|
|
};
|