File diff r11409:8d8f689361bf → r11410:4f1c35306fab
src/sprite.h
Show inline comments
 
@@ -55,9 +55,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);
 
bool SkipSpriteData(byte type, uint16 num);
 

	
 
#endif /* SPRITE_H */