test avoid bulled game

Dependencies:   C12832_lcd LCD_fonts mbed mbed-rtos

convert.h

Committer:
kaku_jyoko
Date:
2016-12-12
Revision:
30:f26dcbaa946d
Parent:
25:a08a1f5fbb6a
Child:
36:b88fa8ff0be9
Child:
37:f5d98f22b6bd

File content as of revision 30:f26dcbaa946d:

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

#endif