janky victory screen
[gbajam22] / src / debug.h
index 80a7826..0d52110 100644 (file)
@@ -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);