Files
termOS/kernel/include/font.h
T
2025-12-27 17:54:34 +04:00

8 lines
87 B
C

#ifndef FONT_H
#define FONT_H
#include "types.h"
extern u8 font8x16[128][16];
#endif