From ee6cad5066ba239bb07d60b2d9cca254be531be8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matt=C3=A9o=20Delabre?= Date: Tue, 8 Mar 2016 19:50:55 +0100 Subject: [PATCH] =?UTF-8?q?Les=20bloc=20ont=20une=20fonction=20de=20mise?= =?UTF-8?q?=20=C3=A0=20jour=20vide=20(pour=20le=20momoent)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- block.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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 +}