X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fpico.h;h=d22babd5d94de3dd916222029fda82d60aa2846f;hb=c7d7ac71a421c43c0c701b18c58b87fc868e02d8;hp=a1aa96eebaa0cc11ba8404a50786bd945795aef8;hpb=7b4813faa6802f3aa07e9daef4aff729d8f78623;p=picodrive.git diff --git a/pico/pico.h b/pico/pico.h index a1aa96e..d22babd 100644 --- a/pico/pico.h +++ b/pico/pico.h @@ -172,6 +172,7 @@ typedef enum void PicoDrawSetOutFormat(pdso_t which, int use_32x_line_mode); void PicoDrawSetOutBuf(void *dest, int increment); void PicoDrawSetCallbacks(int (*begin)(unsigned int num), int (*end)(unsigned int num)); +extern unsigned char *HighCol; // utility #ifdef _ASM_DRAW_C void vidConvCpyRGB565(void *to, void *from, int pixels);