mirror of
https://github.com/nishiowo/nishbox
synced 2025-04-21 20:24:39 +00:00
16 lines
177 B
C
16 lines
177 B
C
#ifndef __NB_FONT_H__
|
|
#define __NB_FONT_H__
|
|
|
|
#include <nb_pre.h>
|
|
#include <nb_macro.h>
|
|
|
|
/* Type */
|
|
|
|
/* NishBox */
|
|
|
|
/* Standard */
|
|
|
|
extern unsigned char nb_font[128][8];
|
|
|
|
#endif
|