1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-01-31 05:22:17 +00:00
Files
mist-devel.mist-firmware/font.h
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