test avoid bulled game

Dependencies:   C12832_lcd LCD_fonts mbed mbed-rtos

Revision:
37:f5d98f22b6bd
Parent:
25:a08a1f5fbb6a
Child:
38:63b99151e218
--- a/convert.h	Mon Dec 12 11:50:33 2016 +0000
+++ b/convert.h	Tue Dec 13 02:02:50 2016 +0000
@@ -5,7 +5,7 @@
 class Converter
 {
 public:
-    Bitmap convert(int map[][LCD_X]);
+    char* convert(int map[][LCD_X]);
 };
 
 #endif
\ No newline at end of file