summaryrefslogtreecommitdiff
path: root/src/tile_cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tile_cmd.h')
-rw-r--r--src/tile_cmd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tile_cmd.h b/src/tile_cmd.h
index fc6f56846..d106d5d79 100644
--- a/src/tile_cmd.h
+++ b/src/tile_cmd.h
@@ -102,6 +102,9 @@ typedef Foundation GetFoundationProc(TileIndex tile, Slope tileh);
*/
typedef CommandCost TerraformTileProc(TileIndex tile, uint32 flags, uint z_new, Slope tileh_new);
+/**
+ * Set of callback functions for performing tile operations of a given tile type.
+ * @see TileType */
struct TileTypeProcs {
DrawTileProc *draw_tile_proc;
GetSlopeZProc *get_slope_z_proc;