head 1.1; branch 1.1.1; access ; symbols start:1.1.1.1 PAlibDoc:1.1.1; locks ; strict; comment @# @; 1.1 date 2005.11.02.08.30.28; author jandujar; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2005.11.02.08.30.28; author jandujar; state Exp; branches ; next ; desc @@ 1.1 log @Initial revision @ text @
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