test avoid bulled game

Dependencies:   C12832_lcd LCD_fonts mbed mbed-rtos

convert.h

Committer:
th_mbed
Date:
2016-12-12
Revision:
36:b88fa8ff0be9
Parent:
25:a08a1f5fbb6a
Child:
38:63b99151e218

File content as of revision 36:b88fa8ff0be9:

#ifndef CONVERT_H
#define CONVERT_H
#include "C12832_lcd.h" 
#include "models.h"
#define CHAR_SIZE 8
class Converter
{
public:
    Bitmap convert(int map[][LCD_X]);
};

#endif