src/table/road_land.h
changeset 10429 1b99254f9607
parent 9247 a566e3903a14
--- a/src/table/road_land.h	Tue May 06 15:06:19 2008 +0000
+++ b/src/table/road_land.h	Tue May 06 15:11:33 2008 +0000
@@ -1,5 +1,7 @@
 /* $Id$ */
 
+/** @file road_land.h Sprite constructs for road depots. */
+
 #define TILE_SEQ_LINE(img, pal, dx, dy, sx, sy) { dx, dy, 0, sx, sy, 20, {img, pal} },
 #define TILE_SEQ_END() { 0, 0, 0, 0, 0, 0, {0, 0} }