source: thomson/tools/gfx2mo5/libraw2mo5.h@ 732c820

main
Last change on this file since 732c820 was 732c820, checked in by Adrien Destugues <pulkomandy@…>, 11 years ago

Allow to use the glitched mode, sometimes it's useful.

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

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