skizzle/block.cpp

10 lines
177 B
C++
Raw Normal View History

2016-03-08 21:49:52 +00:00
#include "block.hpp"
2016-03-08 16:46:33 +00:00
void Block::draw(sf::RenderWindow& window) {
// TODO: implémenter cette fonction
}
void Block::update(State state) {
// rien à mettre à jour
}