X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fdebug.h;fp=src%2Fdebug.h;h=4afad766cf78a12e80b5fedffe54197935a23aea;hb=695487a7a2c44e73c758c50cdbf84b9ef370651b;hp=0d521102a0acce8ac3fe52c0d4643bb8232ea890;hpb=bf4c35d5afd97b7a681177810f1fb26eea84044f;p=gbajam22 diff --git a/src/debug.h b/src/debug.h index 0d52110..4afad76 100644 --- a/src/debug.h +++ b/src/debug.h @@ -28,7 +28,7 @@ void vblperf_setcolor(int palidx); #define vblperf_end() #endif -extern int glyphcolor; +extern int glyphcolor, glyphbg; extern void *glyphfb; void panic(void *pc, const char *fmt, ...) __attribute__((noreturn));