Debug.h 276 B

12345678
  1. char *PDebugMain(void);
  2. char *PDebugSpriteList(void);
  3. void PDebugShowSpriteStats(unsigned short *screen, int stride);
  4. void PDebugShowPalette(unsigned short *screen, int stride);
  5. void PDebugShowSprite(unsigned short *screen, int stride, int which);
  6. void PDebugDumpMem(void);