git.y1.nz

gbdk-2020

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

gbdk-support/gbcompress/files_c_source.h

      1 #ifndef _FILES_C_SOURCE_H
      2 #define _FILES_C_SOURCE_H
      3 
      4 void c_source_set_sizes(uint32_t, uint32_t);
      5 
      6 bool file_write_c_output_from_buffer(char *, uint8_t *, uint32_t, char *, char *, bool, uint16_t bank_num);
      7 uint8_t * file_read_c_input_into_buffer(char * filename, uint32_t *ret_size);
      8 
      9 #endif // _FILES_C_SOURCE_H

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