Flipper/Applications/Official/source-OLDER/kyhwana/game2048/font.h

3 lines
108 B
C
Raw Normal View History

2022-12-29 06:30:12 +00:00
#include <gui/canvas.h>
void game_2048_draw_number(Canvas* const canvas, uint8_t x, uint8_t y, int number);