summaryrefslogtreecommitdiff
path: root/src/sprite.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-04-04 01:35:16 +0000
committerbelugas <belugas@openttd.org>2007-04-04 01:35:16 +0000
commit6a86e758708a92134a8734a80935ae5fa3807ae4 (patch)
treec8c468b064c05fa682d00013b36792570a637721 /src/sprite.h
parent9dd844def2fd298fb8878483d7c5e34dfb8d25b0 (diff)
downloadopenttd-6a86e758708a92134a8734a80935ae5fa3807ae4.tar.xz
(svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near
Diffstat (limited to 'src/sprite.h')
-rw-r--r--src/sprite.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/sprite.h b/src/sprite.h
index 91b108d34..6c6c8e85f 100644
--- a/src/sprite.h
+++ b/src/sprite.h
@@ -1,5 +1,7 @@
/* $Id$ */
+/** @file sprite.h */
+
#ifndef SPRITE_H
#define SPRITE_H
@@ -40,7 +42,7 @@ struct DrawBuildingsTileStruct {
byte draw_proc; /* this allows to specify a special drawing procedure.*/
};
-// Iterate through all DrawTileSeqStructs in DrawTileSprites.
+/** Iterate through all DrawTileSeqStructs in DrawTileSprites. */
#define foreach_draw_tile_seq(idx, list) for (idx = list; ((byte) idx->delta_x) != 0x80; idx++)