blob: 38815e0f9a2440b5e01ce445b13ec3029d520ba5 [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, bool to);
#endif