9 lines
229 B
C
9 lines
229 B
C
|
|
#ifndef INSJPEG_H_INCLUDED
|
||
|
|
#define INSJPEG_H_INCLUDED
|
||
|
|
|
||
|
|
#include <BaseTypes.h>
|
||
|
|
|
||
|
|
Bool LoadJpegFromMem(void *mem, UInt32 memSz, Int32 *width, Int32 *height, UInt32 *format, void **bmp, UInt32 bmpSize);
|
||
|
|
|
||
|
|
#endif // INSJPEG_H_INCLUDED
|