blob: 7e48337124e83fc0c0a23820a6a6dbd33ab69cb7 [file] [log] [blame]
Adrien Destugues1180ce92013-03-17 07:49:36 +00001#include <stdint.h>
2
3void init_P();
4
5void init_L();
6void draw_L(int frame);
7
8void init_T();
9void draw_T(int frame);
10
11void init_G();
12void draw_G(int frame);
13
14void init();
15void draw(int frame);
16
17extern uint8_t* screen;
18void forme(void);
19void couleur(void);