mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-21 10:40:00 +00:00
8 lines
116 B
C
8 lines
116 B
C
|
|
#ifndef CLKS_FONT8X8_H
|
||
|
|
#define CLKS_FONT8X8_H
|
||
|
|
|
||
|
|
#include <clks/types.h>
|
||
|
|
|
||
|
|
const u8 *clks_font8x8_get(char ch);
|
||
|
|
|
||
|
|
#endif
|