test avoid bulled game

Dependencies:   C12832_lcd LCD_fonts mbed mbed-rtos

Committer:
th_mbed
Date:
Mon Dec 12 10:19:12 2016 +0000
Revision:
23:33d7efd62537
Child:
25:a08a1f5fbb6a
add converter

Who changed what in which revision?

UserRevisionLine numberNew contents of line
th_mbed 23:33d7efd62537 1 #ifndef CONVERT_H
th_mbed 23:33d7efd62537 2 #define CONVERT_H
th_mbed 23:33d7efd62537 3
th_mbed 23:33d7efd62537 4 #include "models.h"
th_mbed 23:33d7efd62537 5 class Converter
th_mbed 23:33d7efd62537 6 {
th_mbed 23:33d7efd62537 7 public:
th_mbed 23:33d7efd62537 8 Bitmap convert(int[LCD_Y][] map);
th_mbed 23:33d7efd62537 9 }
th_mbed 23:33d7efd62537 10 #endif