gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
gbdk-support/png2asset/testing/ref/zgb_largemap_1.h
1 //AUTOGENERATED FILE FROM png2asset
2 // Conversion args: /largemap.png -c /zgb_largemap_1.c -b 255 -map -use_structs -noflip
3
4 #ifndef METASPRITE_zgb_largemap_1_H
5 #define METASPRITE_zgb_largemap_1_H
6
7 #include <stdint.h>
8 #include <gbdk/platform.h>
9 #include <gbdk/metasprites.h>
10
11 #include "TilesInfo.h"
12 #include "MapInfo.h"
13
14 extern const struct TilesInfo zgb_largemap_1_tiles_info;
15 extern const struct MapInfo zgb_largemap_1;
16
17 #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.