test avoid bulled game

Dependencies:   C12832_lcd LCD_fonts mbed mbed-rtos

convert.h

Committer:
pypy_o8o
Date:
2016-12-12
Revision:
25:a08a1f5fbb6a
Parent:
23:33d7efd62537
Child:
36:b88fa8ff0be9
Child:
37:f5d98f22b6bd

File content as of revision 25:a08a1f5fbb6a:

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

#endif