// Celebrating tetris by Ley 2024 #pragma once // SMFL headers #include #include // Cxx headers #include #include "./Tetrominos.hpp" sf::Color getTetrominoColor(const Tetrominos::Names &name);