mirror of
https://git.neolegacy.dev/pieeebot/cafeberry.git
synced 2026-09-25 04:11:07 +00:00
8 lines
132 B
C++
8 lines
132 B
C++
#pragma once
|
|
#include "Tile_SPU.h"
|
|
|
|
class DirtTile_SPU : public Tile_SPU
|
|
{
|
|
public:
|
|
DirtTile_SPU(int id) : Tile_SPU(id) {}
|
|
}; |