gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
gbdk-support/png2hicolorgb/src/c_source.h
1 // "c_source.h"
2
3 #ifndef C_SOURCE_H
4 #define C_SOURCE_H
5
6 #include <stdbool.h>
7
8 bool file_c_output_write(const char * fname_base, const char * varname_in, int bank_num, int tile_count, int height_in_tiles);
9
10 #endif
11
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.