world's saddest console
[dosdemo] / src / screen.h
index c2e4974..85a1f86 100644 (file)
@@ -15,6 +15,9 @@ struct screen {
        void (*keypress)(int key);
 };
 
+const char *dbg_curscr_name;
+int dbg_curscr_name_len, dbg_curscr_name_pos;
+
 int scr_init(void);
 void scr_shutdown(void);