git.y1.nz

gbdk-2020

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

gbdk-support/romusage/src/map_file.h

      1 // This is free and unencumbered software released into the public domain.
      2 // For more information, please refer to <https://unlicense.org>
      3 // bbbbbr 2020
      4 
      5 #define MAX_STR_LEN     4096
      6 // #define MAX_STR_AREALEN 100
      7 
      8 int map_file_process_areas(char * filename_in);

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