gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 43e6de0384b5b55e29303d1d4421866647dbce1e parent 8153a79014e03f9b421d1362a9c24a3f096676ce Author: bbbbbr <reg+github@roughhousing.com> Date: Tue, 21 Sep 2021 21:12:45 -0700 Merge pull request #267 from bbbbbr/png2asset_header_include png2asset: add missing #include <gbdk/metasprites.h> from metasprite header output Diffstat:
| M | gbdk-support/png2asset/png2asset.cpp | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/gbdk-support/png2asset/png2asset.cpp b/gbdk-support/png2asset/png2asset.cpp @@ -581,6 +581,7 @@ int main(int argc, char *argv[]) fprintf(file, "\n"); fprintf(file, "#include <stdint.h>\n"); fprintf(file, "#include <gbdk/platform.h>\n"); + fprintf(file, "#include <gbdk/metasprites.h>\n"); fprintf(file, "\n"); if(use_structs) {
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.