#include "block.hpp" void Block::draw(sf::RenderWindow& window) { // TODO: implémenter cette fonction } void Block::update(State state) { // rien à mettre à jour }