1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-01-13 15:17:43 +00:00
2020-05-14 23:52:09 +02:00

11 lines
85 B
C

/*
* font.h
*/
#ifndef FONT_H
#define FONT_H
void font_load();
#endif // FONT_H