mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
5 lines
220 B
C
5 lines
220 B
C
#include <gui/gui.h>
|
|
|
|
void draw_centered_boxed_str(Canvas* canvas, int x, int y, int height, int pad, const char* text);
|
|
|
|
void draw_corner_aligned(Canvas* canvas, int width, int height, Align horizontal, Align vertical); |