Add this to pico.h

This commit is contained in:
twinaphex
2017-08-18 07:13:20 +02:00
parent eac2357faf
commit 40cd7bc40b

View File

@@ -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);