00001 #ifndef _PA_jpeg 00002 #define _PA_jpeg 00003 #include <PA.h> 00004 extern void PA_jpeg_GetImageSize(char* name, int* width, int* height); 00005 extern void PA_jpeg_BltImage(char* name, u16* vram, int output_width, int output_height); 00006 #endif