mirror of
https://github.com/mist-devel/mist-firmware.git
synced 2026-01-13 15:17:43 +00:00
11 lines
85 B
C
11 lines
85 B
C
/*
|
|
* font.h
|
|
*/
|
|
|
|
#ifndef FONT_H
|
|
#define FONT_H
|
|
|
|
void font_load();
|
|
|
|
#endif // FONT_H
|