blob: da513e88214d5d514c63cbeec6d6fd8a1f85a861 (
plain)
1
2
3
4
5
6
7
8
|
#ifndef PKE_EMBED_EMBEDDED_FONTS_H
#define PKE_EMBED_EMBEDDED_FONTS_H
#include "./embedded-file.h"
extern const struct embedded_file embedded_fonts[];
#endif /* PKE_EMBED_EMBEDDED_FONTS_H */
|