gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
gbdk-support/png2asset/metasprites.h
1 #pragma once
2 #include <vector>
3 #include "mttile.h"
4
5
6 using namespace std;
7
8 typedef vector< MTTile > MetaSprite;
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.