X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fdebug.h;h=53dc6680c44aa2bab8a1b9dc6077e384de76d93b;hb=266c6afa84bde8d77a54d61ced8f227480247e24;hp=d2ac82ca637db1e1eaec057843447d96e55ccb7e;hpb=acd35d4c08522db8cd6714c95c022be98f0889d7;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);