aboutsummaryrefslogtreecommitdiff
path: root/Tile.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-21 14:02:34 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-21 14:02:34 +0200
commitfe8f7273f0efdfe319a0d3e3b2fc2847992745af (patch)
tree9f56560c8a35c3e281881fa48cd79b26f8e8de7e /Tile.h
parent4cb7ca42003c177e3acc80075d7594e555966106 (diff)
fix more design
Diffstat (limited to 'Tile.h')
-rw-r--r--Tile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tile.h b/Tile.h
index 00da207..ccf8d3b 100644
--- a/Tile.h
+++ b/Tile.h
@@ -21,7 +21,6 @@ public:
void set_data(TileData & data);
void set_type(const std::string & type);
void update();
- void step(Artist *);
Tile * get_neighbor(int dx, int dy);
private: