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