File diff r10031:f42fea05eb07 → r10032:66da33ee7ae2
src/sprite.h
Show inline comments
 
@@ -56,5 +56,6 @@ struct DrawBuildingsTileStruct {
 
/** 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 */