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/metasprites_functions.h

      1 #pragma once
      2 #include <vector>
      3 #include "metasprites.h"
      4 #include "process_arguments.h"
      5 
      6 
      7 void GetAllMetasprites(PNG2AssetData* assetData);
      8 void GetMetaSprite(int _x, int _y, int _w, int _h, int pivot_x, int pivot_y, 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.