File diff r10031:f42fea05eb07 → r10032:66da33ee7ae2
src/sprite.h
Show inline comments
 
@@ -53,8 +53,9 @@ struct DrawBuildingsTileStruct {
 
	byte draw_proc;  /* this allows to specify a special drawing procedure.*/
 
};
 

	
 
/** Iterate through all DrawTileSeqStructs in DrawTileSprites. */
 
#define foreach_draw_tile_seq(idx, list) for (idx = list; ((byte) idx->delta_x) != 0x80; idx++)
 

	
 
void SkipSpriteData(byte type, uint16 num);
 

	
 
#endif /* SPRITE_H */