X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fpico.h;h=561cae1a75f849d8fccfdf02b1996b9fc593b3d1;hb=fb7a7fea8735400818773dd47f1e6913bd1ceecf;hp=da0a9a72a4ec394859cd6dee348cfa6fbcdce150;hpb=1b85bf1c2307c548a637f988eb69f615864f1685;p=picodrive.git diff --git a/pico/pico.h b/pico/pico.h index da0a9a7..561cae1 100644 --- a/pico/pico.h +++ b/pico/pico.h @@ -225,13 +225,6 @@ extern short *PsndOut; extern void (*PsndMix_32_to_16l)(short *dest, int *src, int count); void PsndRerate(int preserve_state); -// Utils.c -extern int PicuAnd; -int PicuQuick(unsigned short *dest,unsigned short *src); -int PicuShrink(unsigned short *dest,int destLen,unsigned short *src,int srcLen); -int PicuShrinkReverse(unsigned short *dest,int destLen,unsigned short *src,int srcLen); -int PicuMerge(unsigned short *dest,int destLen,unsigned short *src,int srcLen); - #ifdef __cplusplus } // End of extern "C" #endif