sprite.h
changeset 3865 b80b50f14fcd
parent 3745 6ffecfbc2aae
child 4230 f4e93251e2f6
equal deleted inserted replaced
3864:2d227dbd3d3d 3865:b80b50f14fcd
    39 
    39 
    40 // Iterate through all DrawTileSeqStructs in DrawTileSprites.
    40 // Iterate through all DrawTileSeqStructs in DrawTileSprites.
    41 #define foreach_draw_tile_seq(idx, list) for (idx = list; ((byte) idx->delta_x) != 0x80; idx++)
    41 #define foreach_draw_tile_seq(idx, list) for (idx = list; ((byte) idx->delta_x) != 0x80; idx++)
    42 
    42 
    43 
    43 
    44 // XXX Temporary include while juggling about
       
    45 #include "newgrf_spritegroup.h"
       
    46 
       
    47 
       
    48 #endif /* SPRITE_H */
    44 #endif /* SPRITE_H */