X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fdebug.h;h=53dc6680c44aa2bab8a1b9dc6077e384de76d93b;hb=a39d8ba58537664e9e63e8b69bce75d4c42993a7;hp=d2ac82ca637db1e1eaec057843447d96e55ccb7e;hpb=87b0845f3733166b491ae236feb8bc2eb0fca2ec;p=picodrive.git diff --git a/pico/debug.h b/pico/debug.h index d2ac82c..53dc668 100644 --- a/pico/debug.h +++ b/pico/debug.h @@ -1,5 +1,6 @@ char *PDebugMain(void); +char *PDebug32x(void); char *PDebugSpriteList(void); void PDebugShowSpriteStats(unsigned short *screen, int stride); void PDebugShowPalette(unsigned short *screen, int stride);