gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
gbdk-support/ihxcheck/ihx_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
6 #ifndef _IHX_FILE_H
7 #define _IHX_FILE_H
8
9 int ihx_file_process_areas(char * filename_in);
10 void set_option_warnings_as_errors(bool new_val);
11
12 #endif // _IHX_FILE_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.