00001 #ifndef _PA_jpeg 00002 #define _PA_jpeg 00003 #ifdef __cplusplus 00004 extern "C" { 00005 #endif 00006 #include <PA.h> 00007 extern void PA_jpeg_GetImageSize(char* name, int* width, int* height); 00008 extern void PA_jpeg_BltImage(char* name, u16* vram, int output_width, int output_height); 00009 00010 #endif