pokeplatinum/tools/nitrogfx/convert_png.h
Rachel bf232756b6
Some checks are pending
build / build (push) Waiting to run
Store nitrogfx in the source tree (#734)
2025-09-04 21:24:55 -07:00

13 lines
275 B
C

// Copyright (c) 2015 YamaArashi
#ifndef CONVERT_PNG_H
#define CONVERT_PNG_H
#include "gfx.h"
void ReadPng(char *path, struct Image *image);
void WritePng(char *path, struct Image *image);
void ReadPngPalette(char *path, struct Palette *palette);
#endif // CONVERT_PNG_H