test avoid bulled game

Dependencies:   C12832_lcd LCD_fonts mbed mbed-rtos

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers convert.h Source File

convert.h

00001 #ifndef CONVERT_H
00002 #define CONVERT_H
00003 #include "C12832_lcd.h" 
00004 #include "models.h"
00005 #define CHAR_SIZE 8
00006 class Converter
00007 {
00008 public:
00009     Bitmap convert(int map[][LCD_X]);
00010 };
00011 
00012 #endif