mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 15:00:13 +00:00
3 lines
108 B
C
3 lines
108 B
C
|
#include <gui/canvas.h>
|
||
|
|
||
|
void game_2048_draw_number(Canvas* const canvas, uint8_t x, uint8_t y, int number);
|