aboutsummaryrefslogtreecommitdiff
path: root/Tile.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-15 13:45:28 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-15 13:45:28 +0200
commitd33b8f7b781aada0c1082ee426fca65c6f1747dd (patch)
treecc62ee637735ab3dd8dcd0c2f3c718c8d1390d97 /Tile.h
parenta38cfbc9f15b0816e65efc7a8ccb30994ab60f30 (diff)
implement tile poking command
Diffstat (limited to 'Tile.h')
-rw-r--r--Tile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tile.h b/Tile.h
index d2a83a8..1ddbc7a 100644
--- a/Tile.h
+++ b/Tile.h
@@ -24,7 +24,7 @@ public:
void set_data(TileData & data);
void set_type(const std::string & type);
void update();
- void step(Artist &);
+ void step(Artist *);
Tile * get_neighbor(int dx, int dy);
private: