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_sprite_1.h
1 //AUTOGENERATED FILE FROM png2asset
2 // Conversion args: /sprite_slon.png -c /zgb_sprite_1.c -use_structs -b 255 -spr8x16 -px 0 -py 0 -pw 32 -ph 24 -sw 64 -sh 48
3
4 #ifndef METASPRITE_zgb_sprite_1_H
5 #define METASPRITE_zgb_sprite_1_H
6
7 #include <stdint.h>
8 #include <gbdk/platform.h>
9 #include <gbdk/metasprites.h>
10
11 #include "MetaSpriteInfo.h"
12
13 extern const struct MetaSpriteInfo zgb_sprite_1;
14
15 #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.