mirror of
https://github.com/astronautlevel2/Anemone3DS.git
synced 2026-01-24 00:32:43 -05:00
9 lines
165 B
C
9 lines
165 B
C
#ifndef CONVERISON_H
|
|
#define CONVERISON_H
|
|
|
|
#include "common.h"
|
|
|
|
size_t bin_to_abgr(char ** bufp, size_t size);
|
|
size_t png_to_abgr(char ** bufp, size_t size);
|
|
|
|
#endif |