first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "Tile_SPU.h"
|
||||
|
||||
class RedlightTile_SPU : public Tile_SPU
|
||||
{
|
||||
public:
|
||||
RedlightTile_SPU(int id) : Tile_SPU(id) {}
|
||||
};
|
||||
Reference in New Issue
Block a user