blob: e5ce4ad423623942a1685a1e72bd7fe023832805 [file] [log] [blame]
/* GFX2mo5 - libraw2mo5.h
* CloudStrife - 20080921
* Diffusé sous licence libre CeCILL v2
* Voir LICENCE
*/
#include <stdbool.h>
#ifndef LIBRAW2mo5_H
#define LIBRAW2mo5_H 1
unsigned char * raw2mo5(unsigned char *input, int height, int fixup);
#endif