src/sprite.h
changeset 10032 1f6c6f3bea28
parent 9111 48ce04029fe4
child 10207 c291a21b304e
equal deleted inserted replaced
10031:a787bda1be6f 10032:1f6c6f3bea28
    54 };
    54 };
    55 
    55 
    56 /** Iterate through all DrawTileSeqStructs in DrawTileSprites. */
    56 /** Iterate through all DrawTileSeqStructs in DrawTileSprites. */
    57 #define foreach_draw_tile_seq(idx, list) for (idx = list; ((byte) idx->delta_x) != 0x80; idx++)
    57 #define foreach_draw_tile_seq(idx, list) for (idx = list; ((byte) idx->delta_x) != 0x80; idx++)
    58 
    58 
       
    59 void SkipSpriteData(byte type, uint16 num);
    59 
    60 
    60 #endif /* SPRITE_H */
    61 #endif /* SPRITE_H */