summaryrefslogtreecommitdiff
path: root/src/table/station_land.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/table/station_land.h')
-rw-r--r--src/table/station_land.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/table/station_land.h b/src/table/station_land.h
index f02990f8d..249b6f482 100644
--- a/src/table/station_land.h
+++ b/src/table/station_land.h
@@ -1,5 +1,7 @@
/* $Id$ */
+/** @file station_land.h Sprites to use and how to display them for station tiles. */
+
#define TILE_SEQ_LINE(dx, dy, dz, sx, sy, sz, img) { dx, dy, dz, sx, sy, sz, {img, PAL_NONE} },
#define TILE_SEQ_LINE_PAL(dx, dy, dz, sx, sy, sz, img, pal) { dx, dy, dz, sx, sy, sz, {img, pal} },
#define TILE_SEQ_END() { (byte)0x80, 0, 0, 0, 0, 0, {0, 0} }