1#pragma once 2 3#include "Tile_SPU.h" 4 5class RedlightTile_SPU : public Tile_SPU 6{ 7public: 8 RedlightTile_SPU(int id) : Tile_SPU(id) {} 9};