git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

gbdk-support/png2asset/image_data.h

      1 #pragma once
      2 #include <string>
      3 #include "cmp_int_color.h"
      4 #include "process_arguments.h"
      5 
      6 
      7 using namespace std;
      8 
      9 
     10 int ReadImageData(  PNG2AssetData* assetData, string  input_filename);
     11 

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.