git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

gbdk-support/png2hicolorgb/src/tile_dedupe.h

      1 #ifndef TILE_DEDUPE_H
      2 #define TILE_DEDUPE_H
      3 
      4 #include <stdbool.h>
      5 #include <stdint.h>
      6 
      7 bool tileset_find_matching_tile(const uint8_t * src_tile, const uint8_t * tile_set_deduped, unsigned int tile_count_deduped, uint8_t * new_tile_id, uint8_t * new_attribs);
      8 
      9 #endif
     10 

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.