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