(svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near

This commit is contained in:
belugas
2007-04-04 01:35:16 +00:00
parent 9dd844def2
commit 6a86e75870
37 changed files with 452 additions and 359 deletions

View File

@@ -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++)