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