test avoid bulled game

Dependencies:   C12832_lcd LCD_fonts mbed mbed-rtos

Revision:
38:63b99151e218
Parent:
36:b88fa8ff0be9
Parent:
37:f5d98f22b6bd
Child:
39:e8d6dd3c75c7
--- a/convert.h	Mon Dec 12 12:47:07 2016 +0000
+++ b/convert.h	Tue Dec 13 07:34:07 2016 +0000
@@ -6,7 +6,7 @@
 class Converter
 {
 public:
-    Bitmap convert(int map[][LCD_X]);
+    char* convert(int map[][LCD_X]);
 };
 
 #endif
\ No newline at end of file