Les bloc ont une fonction de mise à jour vide (pour le momoent)

This commit is contained in:
Mattéo Delabre 2016-03-08 19:50:55 +01:00
parent 536e63dde3
commit ee6cad5066
1 changed files with 4 additions and 0 deletions

View File

@ -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
}