source: thomson/tools/gfx2mo5/libraw2mo5.h@ 99bc67a

main
Last change on this file since 99bc67a was 99bc67a, checked in by Adrien Destugues <pulkomandy@…>, 12 years ago

Add PNG to MO5 converter.

git-svn-id: svn://localhost/thomson@20 85ae3b6b-dc8f-4344-a89d-598714f2e4e5

  • Property mode set to 100644
File size: 214 bytes
Line 
1/* GFX2mo5 - libraw2mo5.h
2 * CloudStrife - 20080921
3 * Diffusé sous licence libre CeCILL v2
4 * Voire LICENCE
5 */
6
7#ifndef LIBRAW2mo5_H
8#define LIBRAW2mo5_H 1
9
10unsigned char * raw2mo5(unsigned char *input);
11
12#endif
Note: See TracBrowser for help on using the repository browser.