diff --git a/block.cpp b/block.cpp index 58b4516..80403b0 100644 --- a/block.cpp +++ b/block.cpp @@ -7,3 +7,7 @@ Block::Block() { void Block::draw(sf::RenderWindow& window) { // TODO: implémenter cette fonction } + +void Block::update(State state) { + // rien à mettre à jour +}