X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fdebug.h;h=4afad766cf78a12e80b5fedffe54197935a23aea;hb=695487a7a2c44e73c758c50cdbf84b9ef370651b;hp=80a78263f58d3c8d35c24efa7c0b77a0f5d7d1a1;hpb=d6c34b24f0bca93a88b3badb415090e4d3fdb03b;p=gbajam22 diff --git a/src/debug.h b/src/debug.h index 80a7826..4afad76 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, glyphbg; +extern void *glyphfb; + void panic(void *pc, const char *fmt, ...) __attribute__((noreturn)); void dbg_drawglyph(int x, int y, int c);