summaryrefslogtreecommitdiff
path: root/src/floor.hpp
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-02-01 21:39:43 +0500
committerilotterytea <iltsu@alright.party>2025-02-01 21:39:43 +0500
commitc89db32c69c2ca3db059193591ec910d45fbbcc3 (patch)
treefc47fd9296273a8087f250af434f78387c092d5a /src/floor.hpp
parent50e4d4c490782d878cb8777348c3c285f60cd592 (diff)
feat: tile creation + editor panel
Diffstat (limited to 'src/floor.hpp')
-rw-r--r--src/floor.hpp1
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);