finished the tile deduplication and tilemap generation in pngdump
[mdlife] / src / debug.h
index 0bf525d..76d07f9 100644 (file)
@@ -1,6 +1,10 @@
 #ifndef DEBUG_H_
 #define DEBUG_H_
 
+#include <stdint.h>
+
+extern uint32_t dbgval[];
+
 void dbg_init(void);
 
 void dbg_printchar(int x, int y, char c);