test avoid bulled game

Dependencies:   C12832_lcd LCD_fonts mbed mbed-rtos

Revision:
23:33d7efd62537
Child:
25:a08a1f5fbb6a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/convert.h	Mon Dec 12 10:19:12 2016 +0000
@@ -0,0 +1,10 @@
+#ifndef CONVERT_H
+#define CONVERT_H
+
+#include "models.h"
+class Converter
+{
+public:
+    Bitmap convert(int[LCD_Y][] map);
+}
+#endif
\ No newline at end of file