1
0
mirror of https://github.com/Ninjdai1/pokeemerald.git synced 2025-02-03 18:00:01 +01:00
2017-12-03 19:55:01 -06:00

12 lines
217 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);
#endif // CONVERT_PNG_H