X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fdebug.h;h=0d521102a0acce8ac3fe52c0d4643bb8232ea890;hb=bf4c35d5afd97b7a681177810f1fb26eea84044f;hp=80a78263f58d3c8d35c24efa7c0b77a0f5d7d1a1;hpb=cc06c5626706cf48e6e4dfa252c30af202a5030c;p=gbajam22 diff --git a/src/debug.h b/src/debug.h index 80a7826..0d52110 100644 --- a/src/debug.h +++ b/src/debug.h @@ -28,6 +28,9 @@ void vblperf_setcolor(int palidx); #define vblperf_end() #endif +extern int glyphcolor; +extern void *glyphfb; + void panic(void *pc, const char *fmt, ...) __attribute__((noreturn)); void dbg_drawglyph(int x, int y, int c);