diff options
Diffstat (limited to 'src/floor.hpp')
| -rw-r--r-- | src/floor.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/floor.hpp b/src/floor.hpp index cf91ac5..e0bdcc4 100644 --- a/src/floor.hpp +++ b/src/floor.hpp @@ -14,7 +14,6 @@ namespace silly::editor { TileFloor(int width, int height) : width(width), height(height) {} ~TileFloor() = default; - void update(const sf::RenderWindow &window); void render(sf::RenderWindow &window) const; void place_tile(const sf::Vector2i &position); void remove_tile(const sf::Vector2i &position); |
